diff --git a/components/operator/Dockerfile b/components/operator/Dockerfile index 264e63619..2de14aff3 100644 --- a/components/operator/Dockerfile +++ b/components/operator/Dockerfile @@ -4,7 +4,7 @@ # Build the operator binary -FROM golang:1.22.4 as builder +FROM golang:1.22.5 as builder WORKDIR /workdir