From 15432f6743e6196ab04c7da86c4efba026705b1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:34:47 +0000 Subject: [PATCH] chore(deps): update dependency cloudfoundry/bosh-cli to v7.8.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd48900..e35deba 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.8.2 +ENV BOSH_VERSION=7.8.3 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