From b17d37def54d4eafdb3c03d205bed829a88f62ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:55:17 +0000 Subject: [PATCH] chore(deps): update dependency bosh-cli to v7.4.1 --- ci/dockerfiles/autoscaler-deploy/Dockerfile | 2 +- ci/dockerfiles/autoscaler-test/Dockerfile | 2 +- ci/dockerfiles/autoscaler-tools/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/dockerfiles/autoscaler-deploy/Dockerfile b/ci/dockerfiles/autoscaler-deploy/Dockerfile index ffb255fe74..ad80fa4bb5 100644 --- a/ci/dockerfiles/autoscaler-deploy/Dockerfile +++ b/ci/dockerfiles/autoscaler-deploy/Dockerfile @@ -46,7 +46,7 @@ ENV PATH $PATH:$GOPATH/bin:/usr/local/go/bin # Install bosh_cli # renovate: datasource=github-releases depName=bosh-cli lookupName=cloudfoundry/bosh-cli -ENV BOSH_VERSION 7.4.0 +ENV BOSH_VERSION 7.4.1 RUN wget -q https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 && \ mv bosh-cli-* /usr/local/bin/bosh && \ chmod +x /usr/local/bin/bosh diff --git a/ci/dockerfiles/autoscaler-test/Dockerfile b/ci/dockerfiles/autoscaler-test/Dockerfile index 3e6112cea5..a1b76a2ad9 100644 --- a/ci/dockerfiles/autoscaler-test/Dockerfile +++ b/ci/dockerfiles/autoscaler-test/Dockerfile @@ -57,7 +57,7 @@ RUN \ # Install bosh_cli # renovate: datasource=github-releases depName=bosh-cli lookupName=cloudfoundry/bosh-cli -ENV BOSH_VERSION 7.4.0 +ENV BOSH_VERSION 7.4.1 RUN wget -q https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 && \ mv bosh-cli-* /usr/local/bin/bosh && \ chmod +x /usr/local/bin/bosh diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 61c8a5c566..6740a7c8c0 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -62,7 +62,7 @@ RUN apt-get update && \ # Install bosh_cli # renovate: datasource=github-releases depName=bosh-cli lookupName=cloudfoundry/bosh-cli -ARG BOSH_VERSION=7.4.0 +ARG BOSH_VERSION=7.4.1 RUN wget -q https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 && \ mv bosh-cli-* /usr/local/bin/bosh && \ chmod +x /usr/local/bin/bosh