From 1d93afdba1b328bac36e90384562cb5ed63539f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 18:11:21 +0000 Subject: [PATCH] chore(deps): update dependency cloudfoundry/bosh-cli to v7.5.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4fb96b..aa24a2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ruby:alpine RUN apk add git curl jq bash # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli -ENV BOSH_VERSION=7.5.4 +ENV BOSH_VERSION=7.5.6 RUN curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 | \ install /dev/stdin /usr/local/bin/bosh && bosh --version