diff --git a/Dockerfile b/Dockerfile index 9995cb3..70285a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # */ # Build the manager binary -FROM golang:1.22.4 as builder +FROM golang:1.23rc1 as builder WORKDIR /workspace # Copy the Go Modules manifests