diff --git a/Dockerfile b/Dockerfile index ea4ccbd..7a95bac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ARG BASE_IMAGE_GO_DISTROLESS # Build the image -FROM golang:1.24 AS builder +FROM golang:1.25.4 AS builder ARG GOPROXY ENV GOPROXY=$GOPROXY