diff --git a/Dockerfile b/Dockerfile index a730695..897d528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update-cache --no-cache ca-certificates -FROM golang:1.26.0-alpine AS compilation +FROM golang:1.26.1-alpine AS compilation ARG CGO_ENABLED=0 ARG VERSION