diff --git a/operator/Dockerfile b/operator/Dockerfile index 52920807..a0da9249 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /workspace diff --git a/operator/Dockerfile.ubi b/operator/Dockerfile.ubi index 88ead4b1..ac6f554d 100644 --- a/operator/Dockerfile.ubi +++ b/operator/Dockerfile.ubi @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23.2 as builder +FROM golang:1.23.5 as builder WORKDIR /workspace