Skip to content

Commit

Permalink
chore(deps): update dependency credhub-cli to v2.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2023
1 parent a107ab0 commit 2b7ad37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${

# Install credhub
# renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli
ENV CREDHUB_VERSION 2.9.17
ENV CREDHUB_VERSION 2.9.18
RUN wget -q https://github.com/cloudfoundry-incubator/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-${CREDHUB_VERSION}.tgz && \
mv credhub /usr/local/bin/credhub
Expand Down
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${

# Install credhub
# renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli
ARG CREDHUB_VERSION=2.9.17
ARG CREDHUB_VERSION=2.9.18
RUN wget -q https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-${CREDHUB_VERSION}.tgz && \
mv credhub /usr/local/bin/credhub &&\
Expand Down

0 comments on commit 2b7ad37

Please sign in to comment.