Skip to content

Commit

Permalink
chore(deps): update dependency carvel-dev/vendir to v0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent a2a9c1f commit 662669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 662669c

Please sign in to comment.