diff --git a/cli/Dockerfile b/cli/Dockerfile index f3aae649a29f9d995d762da8e582623254472a03..a2fb143a08f02eaf0f8052a63b9fa8baafa872e2 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -77,7 +77,7 @@ RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_l FROM registry.fedoraproject.org/fedora:35 as helm-docs # renovate: datasource=github-releases depName=norwoodj/helm-docs -ARG HELM_DOCS_VERSION=v1.9.1 +ARG HELM_DOCS_VERSION=v1.10.0 ENV HELM_DOCS_VERSION=${HELM_DOCS_VERSION} RUN curl -L https://github.com/norwoodj/helm-docs/releases/download/${HELM_DOCS_VERSION}/helm-docs_$(sed 's/^v//g' <<<${HELM_DOCS_VERSION})_Linux_x86_64.tar.gz | tar xvzf - helm-docs \