Skip to content

Commit

Permalink
Update dependency cloudfoundry/credhub-cli to v2.9.34 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 12, 2024
1 parent 69ac15a commit 49a7e0b
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 @@ -29,7 +29,7 @@ RUN wget -O control-tower https://github.com/EngineerBetter/control-tower/releas

# Install CredHub
# renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
ENV CREDHUB_VERSION=2.9.33
ENV CREDHUB_VERSION=2.9.34
RUN wget https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
tar -xzvf credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
rm -rf credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
Expand Down

0 comments on commit 49a7e0b

Please sign in to comment.