diff --git a/Dockerfile b/Dockerfile index f3a2738..7e9bc25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update-cache --no-cache ca-certificates -FROM golang:1.21.5-alpine AS compilation +FROM golang:1.21.6-alpine AS compilation ARG CGO_ENABLED=0 ARG VERSION