diff --git a/cli/Dockerfile b/cli/Dockerfile index d56dbec224fa6c9efc45e31d21faf41a85848652..26e62eb604c77387a415f9e6b10981aa72f7fe1e 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 \