Skip to content

Commit

Permalink
chore(deps): update dependency credhub-cli to v2.9.20 (#2146)
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] authored Sep 14, 2023
1 parent fe4ae74 commit 989969c
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.19
ENV CREDHUB_VERSION 2.9.20
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.19
ARG CREDHUB_VERSION=2.9.20
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 989969c

Please sign in to comment.