From 0ccfda2dab34d1f0d1b73765a57a620596783680 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:23:19 +0000 Subject: [PATCH] chore(deps): update jnorwood/helm-docs docker tag to v1.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e716ad3..b50acde 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:1.14.0 /usr/bin/helm-docs /usr/bin/helm-docs COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh