Skip to content

Commit

Permalink
test(deps): update dependency vendir to v0.34.5 (#1487)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 20, 2023
1 parent 890d64b commit 6304f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -81,7 +81,7 @@ RUN install-tool terraform 1.5.7
RUN install-tool jb v0.5.1

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.34.4
RUN install-tool vendir v0.34.5

#--------------------------------------
# Image: test-erlang
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Expand Up @@ -78,7 +78,7 @@ RUN install-tool terraform 1.5.7
FROM base as test-vendir

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.34.4
RUN install-tool vendir v0.34.5

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 6304f78

Please sign in to comment.