Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre authored Oct 5, 2023
1 parent 01f37a2 commit 30b9c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${
# renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli
ENV CREDHUB_VERSION 2.9.21
RUN wget -q https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
mv credhub /usr/local/bin/credhub

# Install uaac
Expand Down
4 changes: 2 additions & 2 deletions ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${
# renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli
ARG CREDHUB_VERSION=2.9.21
RUN wget -q https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
mv credhub /usr/local/bin/credhub &&\
rm credhub-linux-${CREDHUB_VERSION}.tgz &&\
rm credhub-linux-amd64-${CREDHUB_VERSION}.tgz &&\
credhub --version

# Install uaac
Expand Down

0 comments on commit 30b9c2f

Please sign in to comment.