diff --git a/Dockerfile b/Dockerfile index 7e188c1d..3f7940aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.20.3-alpine3.17 as builder +FROM golang:1.20.4-alpine3.18 as builder ENV CGO_ENABLED 0 RUN apk --no-cache add alpine-sdk