From 6f3503bfc1bc6b19030af5a06276070a24ecc54e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 00:26:16 +0000 Subject: [PATCH] chore(deps): update dependency credhub-cli to v2.9.15 --- ci/dockerfiles/autoscaler-deploy/Dockerfile | 2 +- ci/dockerfiles/autoscaler-tools/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/dockerfiles/autoscaler-deploy/Dockerfile b/ci/dockerfiles/autoscaler-deploy/Dockerfile index ddab770d7e..7e9626aaec 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.14 +ENV CREDHUB_VERSION 2.9.15 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 6da35497a1..fe6a8570d9 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.14 +ARG CREDHUB_VERSION=2.9.15 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 &&\