Skip to content

Commit

Permalink
chore(deps): update jnorwood/helm-docs docker tag to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent f80ede5 commit 0ccfda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ccfda2

Please sign in to comment.