Skip to content

Commit

Permalink
test(deps): update dependency bazelisk to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 60f8e00 commit ce43662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN prepare-tool all
FROM build AS test

# renovate: datasource=github-releases packageName=bazelbuild/bazelisk
RUN install-tool bazelisk v1.24.1
RUN install-tool bazelisk v1.25.0

# renovate: datasource=npm
RUN install-tool bun 1.1.38
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ RUN set -ex; [ -d /usr/local/erlang ] && echo "works" || exit 1;
FROM base AS teste

# renovate: datasource=github-releases packageName=bazelbuild/bazelisk
RUN install-tool bazelisk v1.24.1
RUN install-tool bazelisk v1.25.0

# renovate: datasource=npm
RUN install-tool bun 1.1.38
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-bazelisk

# renovate: datasource=github-releases packageName=bazelbuild/bazelisk
RUN install-tool bazelisk v1.24.1
RUN install-tool bazelisk v1.25.0

#--------------------------------------
# Image: bun
Expand Down

0 comments on commit ce43662

Please sign in to comment.