diff --git a/ci/dockerfiles/autoscaler-deploy/Dockerfile b/ci/dockerfiles/autoscaler-deploy/Dockerfile index c5932bc144..3f5c008a1d 100644 --- a/ci/dockerfiles/autoscaler-deploy/Dockerfile +++ b/ci/dockerfiles/autoscaler-deploy/Dockerfile @@ -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 diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 241910acff..05ccaf6fcc 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -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