diff --git a/Dockerfile b/Dockerfile index 234b9f4..4ee61a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.1 as builder +FROM golang:1.24.4 as builder ARG goproxy=https://proxy.golang.org ENV GOPROXY=$goproxy