diff --git a/Dockerfile.orig b/Dockerfile.orig index bc685831..edea8816 100644 --- a/Dockerfile.orig +++ b/Dockerfile.orig @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.5 as builder +FROM golang:1.24.0 as builder WORKDIR /workspace # Copy the Go Modules manifests