From 79940ad798825ed9f606b8cc4c7dd5b1aafcada0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:02:52 +0000 Subject: [PATCH] chore(deps): update jnorwood/helm-docs docker tag to v1.13.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e716ad3..042c437 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk --no-cache add bash yq git patch py-pip py3-ruamel.yaml gcc musl-dev pyt RUN pip install pybump yamale yamllint pyyaml COPY --from=alpine/helm:latest /usr/bin/helm /usr/bin/helm -COPY --from=jnorwood/helm-docs:v1.11.3 /usr/bin/helm-docs /usr/bin/helm-docs +COPY --from=jnorwood/helm-docs:v1.13.0 /usr/bin/helm-docs /usr/bin/helm-docs COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh