From 662669cf8532380cb517d6808e23a5316dd3768f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:57:51 +0000 Subject: [PATCH] chore(deps): update dependency carvel-dev/vendir to v0.41.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac7c43f..4d23e2e 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.41.0 +ENV VENDIR_VERSION=0.41.1 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