diff --git a/operator/Dockerfile b/operator/Dockerfile index a0e84691..3c433ebb 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22.0 as builder +FROM golang:1.22.1 as builder WORKDIR /workspace diff --git a/operator/Dockerfile.ubi b/operator/Dockerfile.ubi index 9d2ce4f6..ec9767b4 100644 --- a/operator/Dockerfile.ubi +++ b/operator/Dockerfile.ubi @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22.0 as builder +FROM golang:1.22.1 as builder WORKDIR /workspace