Skip to content

Commit

Permalink
re-bump
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp committed Oct 30, 2024
1 parent 1c95ae2 commit bf24053
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 1,805 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
6.4.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN \
--mount=type=cache,target=/root/.cache/bazel \
--mount=type=cache,target=/root/.cache/bazelisk \
set -ux \
&& curl -#fsSLo /bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.16.0/bazelisk-$BUILDOS-$BUILDARCH \
&& curl -#fsSLo /bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.22.1/bazelisk-$BUILDOS-$BUILDARCH \
&& chmod +x /bazelisk \
&& cd /usr/local/bin \
&& ln -s /bazelisk bazel \
Expand Down
Loading

0 comments on commit bf24053

Please sign in to comment.