diff --git a/images/helm-operator/Dockerfile b/images/helm-operator/Dockerfile index 35036a7eea..89a995dda0 100644 --- a/images/helm-operator/Dockerfile +++ b/images/helm-operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.21 as builder +FROM --platform=$BUILDPLATFORM golang:1.23 as builder ARG TARGETARCH WORKDIR /workspace