From 0af0cd0464c46006022964cec173c600d487d5f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:34:53 +0000 Subject: [PATCH] chore(deps): update dependency carvel-dev/vendir to v0.40.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fa2081..a93f740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_ install /dev/stdin /usr/local/bin/bosh && bosh --version # renovate: datasource=github-releases depName=carvel-dev/vendir -ENV VENDIR_VERSION=0.40.1 +ENV VENDIR_VERSION=0.40.2 RUN curl -sL https://github.com/carvel-dev/vendir/releases/download/v${VENDIR_VERSION}/vendir-linux-amd64 | \ install /dev/stdin /usr/local/bin/vendir && vendir -v