diff --git a/operator/Dockerfile b/operator/Dockerfile index b2b99e12..9aba53aa 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22.2 as builder +FROM golang:1.22.3 as builder WORKDIR /workspace diff --git a/operator/Dockerfile.ubi b/operator/Dockerfile.ubi index 86772526..dc28a9be 100644 --- a/operator/Dockerfile.ubi +++ b/operator/Dockerfile.ubi @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22.2 as builder +FROM golang:1.22.3 as builder WORKDIR /workspace