diff --git a/ci/dockerfiles/autoscaler-deploy/Dockerfile b/ci/dockerfiles/autoscaler-deploy/Dockerfile index b0cefca14b..b8de36da4f 100644 --- a/ci/dockerfiles/autoscaler-deploy/Dockerfile +++ b/ci/dockerfiles/autoscaler-deploy/Dockerfile @@ -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 diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 565d2a2a32..aa8de9788e 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -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 &&\