Skip to content

Commit

Permalink
Update dependency cloudfoundry/credhub-cli to v2.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent ad5015f commit da5081f
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.31
ENV CREDHUB_VERSION=2.9.33
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 da5081f

Please sign in to comment.