diff --git a/Dockerfile b/Dockerfile index 6d1ca269..a3800d45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.0-alpine3.18 as builder +FROM golang:1.21.1-alpine3.18 as builder RUN apk add --no-cache --no-progress gcc git make musl-dev