From f41c732808d1f76b4c2e9cf6bddf0cb0fde15835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:10:37 +0000 Subject: [PATCH] chore(deps): update dependency cloudfoundry/bosh-cli to v7.8.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b27a035..c7742977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG CONCOURSE_SHA256=de1865c3707066f7f18da2b4272e1ecbe0042d29f02e87844168b71d952 # https://github.com/cloudfoundry/bosh-cli/releases # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli -ARG BOSH_CLI_VERSION=7.8.1 +ARG BOSH_CLI_VERSION=7.8.2 ARG BOSH_CLI_SHA256=fcbbed4a296d7a0f247b30629810470b3f8617d97b5cbaa909c56783094e6f62 RUN apt-get update && \