diff --git a/Dockerfile b/Dockerfile index fdf9eae9..0d6c9c09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # builder image -FROM golang:1.24.2-alpine3.21 AS builder +FROM golang:1.24.4-alpine3.21 AS builder ENV CGO_ENABLED=0 RUN apk --no-cache add alpine-sdk