diff --git a/operator/Dockerfile b/operator/Dockerfile index e14fddb6..49d136b2 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.21.5 as builder +FROM golang:1.21.6 as builder WORKDIR /workspace