diff --git a/Dockerfile b/Dockerfile index 76ad352..dc90b78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-alpine AS builder +FROM golang:1.23.1-alpine AS builder LABEL builder=true RUN adduser --no-create-home --gecos "" --disabled-password user