aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2024-05-09 23:45:22 -0700
committerAleksandr Nogikh <nogikh@google.com>2024-05-13 15:12:00 +0000
commitfdb4c10ce6d49163d1f57463d7ca0ae22b71e765 (patch)
treea2f9f0952a0c198e2a718fde85a55b2745e0a477 /tools/docker
parentc97f7904756c14a6f9a3d3db62881c9eadd0f6c2 (diff)
tools/docker/syzbot: update bazel to 7.1.2
Signed-off-by: Andrei Vagin <avagin@google.com>
Diffstat (limited to 'tools/docker')
-rw-r--r--tools/docker/syzbot/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile
index ececc2f2a..a18aa0f27 100644
--- a/tools/docker/syzbot/Dockerfile
+++ b/tools/docker/syzbot/Dockerfile
@@ -52,7 +52,7 @@ RUN mkdir -p /usr/grte/v5/bin && ln -s /usr/bin/python3 /usr/grte/v5/bin/python2
# Install bazel
# Download the official bazel binary. The APT repository isn't used because there is not packages for arm64.
-RUN sh -c 'curl -o /usr/local/bin/bazel https://releases.bazel.build/6.2.0/release/bazel-6.2.0-linux-$(uname -m | sed s/aarch64/arm64/) && chmod ugo+x /usr/local/bin/bazel'
+RUN sh -c 'curl -o /usr/local/bin/bazel https://releases.bazel.build/7.1.2/release/bazel-7.1.2-linux-$(uname -m | sed s/aarch64/arm64/) && chmod ugo+x /usr/local/bin/bazel'
# Install qemu from the backports.
# The currently stable version (7.4) cannot properly run arm64-MTE kernels.