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