Skip to content

Commit

Permalink
test(deps): update dependency bun to v1.0.1 (#1476)
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 19, 2023
1 parent 1402891 commit e48ac0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -30,7 +30,7 @@ RUN prepare-tool all
FROM build as test

# renovate: datasource=npm
RUN install-tool bun v1.0.0
RUN install-tool bun 1.0.1

# renovate datasource=docker
RUN install-tool dart 2.18.0
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Expand Up @@ -187,7 +187,7 @@ RUN set -ex; [ -d /usr/local/erlang ] && echo "works" || exit 1;
FROM base as teste

# renovate: datasource=npm
RUN install-tool bun v1.0.0
RUN install-tool bun 1.0.1

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
ARG VENDIR_VERSION=0.32.2
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-bun

# renovate: datasource=npm
RUN install-tool bun v1.0.0
RUN install-tool bun 1.0.1

#--------------------------------------
# Image: docker
Expand Down

0 comments on commit e48ac0d

Please sign in to comment.