Skip to content

Commit

Permalink
Update dependency cloudfoundry/credhub-cli to v2.9.22 (#47)
Browse files Browse the repository at this point in the history
* Update dependency cloudfoundry/credhub-cli to v2.9.22

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Julian Nonino <jnonino@users.noreply.github.com>
  • Loading branch information
renovate[bot] and jnonino authored Nov 1, 2023
1 parent 3070203 commit 296119a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ 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.20
RUN wget https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-${CREDHUB_VERSION}.tgz && \
tar -xzvf credhub-linux-${CREDHUB_VERSION}.tgz && \
rm -rf credhub-linux-${CREDHUB_VERSION}.tgz && \
ENV CREDHUB_VERSION=2.9.22
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 && \
mv credhub /usr/local/bin && \
chmod +x /usr/local/bin/credhub

0 comments on commit 296119a

Please sign in to comment.