diff --git a/Dockerfile b/Dockerfile index 4b68eb80..a9db1cdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.22.5-alpine3.20 AS builder +FROM golang:1.23.2-alpine3.20 AS builder ENV CGO_ENABLED=0 RUN apk --no-cache add alpine-sdk