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