diff --git a/Dockerfile b/Dockerfile index 258f2fa8..37df99b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.22.0-alpine3.19 as builder +FROM golang:1.22.1-alpine3.19 as builder ENV CGO_ENABLED 0 RUN apk --no-cache add alpine-sdk