diff --git a/Dockerfile b/Dockerfile index 5bb4ba2..eb195bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############################################################################### -FROM golang:1.23.5-alpine3.20 AS init +FROM golang:1.23.6-alpine3.20 AS init ENV CGO_ENABLED=0 RUN apk add --update --no-cache make