diff --git a/Dockerfile b/Dockerfile index 92125968..f2c2a15d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.21.3-alpine3.18 as builder +FROM golang:1.21.4-alpine3.18 as builder ENV CGO_ENABLED 0 RUN apk --no-cache add alpine-sdk