diff --git a/Dockerfile b/Dockerfile index aa13a1fd..9ff93271 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.20.1-alpine3.17 as builder +FROM golang:1.20.2-alpine3.17 as builder ENV CGO_ENABLED 0 RUN apk --no-cache add alpine-sdk