diff --git a/Dockerfile b/Dockerfile index 181c1db..10c731a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.4-alpine3.18 as builder +FROM golang:1.22.2-alpine3.18 as builder RUN apk add --no-cache --no-progress gcc git make musl-dev