diff --git a/cli/Dockerfile b/cli/Dockerfile index 878314881f6e20106e7667dc825a7efe84833245..58f3589c87d20a44ec0ba8021a4835c021f6baf2 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -18,7 +18,7 @@ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubec FROM registry.fedoraproject.org/fedora:35 as helm # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.6.3 +ARG HELM_VERSION=v3.8.1 ENV HELM_VERSION=${HELM_VERSION} RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar xvzf - linux-amd64/helm --strip-components=1 \