Skip to content

Commit bf24053

Browse files
committed
re-bump
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 1c95ae2 commit bf24053

File tree

3 files changed

+775
-1805
lines changed

3 files changed

+775
-1805
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.1
1+
6.4.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN \
4141
--mount=type=cache,target=/root/.cache/bazel \
4242
--mount=type=cache,target=/root/.cache/bazelisk \
4343
set -ux \
44-
&& curl -#fsSLo /bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.16.0/bazelisk-$BUILDOS-$BUILDARCH \
44+
&& curl -#fsSLo /bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.22.1/bazelisk-$BUILDOS-$BUILDARCH \
4545
&& chmod +x /bazelisk \
4646
&& cd /usr/local/bin \
4747
&& ln -s /bazelisk bazel \

0 commit comments

Comments
 (0)