Skip to content

Commit 5efa314

Browse files
schmidt-sebastiancopybara-github
authored andcommitted
Update Bazel version to 6.5.0
PiperOrigin-RevId: 693034121
1 parent 371ff2c commit 5efa314

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.1
1+
6.5.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN pip3 install tf_slim
6767
RUN ln -s /usr/bin/python3 /usr/bin/python
6868

6969
# Install bazel
70-
ARG BAZEL_VERSION=6.1.1
70+
ARG BAZEL_VERSION=6.5.0
7171
RUN mkdir /bazel && \
7272
wget --no-check-certificate -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/b\
7373
azel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && \

docs/getting_started/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ next section.
583583
584584
Option 1. Follow
585585
[the official Bazel documentation](https://docs.bazel.build/versions/master/install-windows.html)
586-
to install Bazel 6.1.1 or higher.
586+
to install Bazel 6.5.0 or higher.
587587
588588
Option 2. Follow the official
589589
[Bazel documentation](https://docs.bazel.build/versions/master/install-bazelisk.html)

0 commit comments

Comments
 (0)