diff --git a/images/helm-operator/Dockerfile b/images/helm-operator/Dockerfile index 0a2f60ca79..e39b59e1d1 100644 --- a/images/helm-operator/Dockerfile +++ b/images/helm-operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.16 as builder +FROM --platform=$BUILDPLATFORM golang:1.20 as builder ARG TARGETARCH WORKDIR /workspace