diff --git a/Dockerfile b/Dockerfile index 2e073745..f6608812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.3-alpine3.17 as builder +FROM golang:1.20.4-alpine3.17 as builder RUN apk add --no-cache --no-progress gcc git make musl-dev