diff --git a/Dockerfile.orig b/Dockerfile.orig index bc685831..72695916 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.2 as builder WORKDIR /workspace # Copy the Go Modules manifests