diff --git a/Dockerfile b/Dockerfile index dba6dac8..ce088ec3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM docker.io/library/golang:1.23.6 as builder +FROM docker.io/library/golang:1.23.12 as builder WORKDIR /workspace # Copy the Go Modules manifests