diff --git a/operator/Dockerfile b/operator/Dockerfile index bce9a7e5..5de2d35a 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.21.1 as builder +FROM golang:1.21.2 as builder WORKDIR /workspace