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