Skip to content

Commit 7debcc7

Browse files
authored
Update Bazel version to 7.7.1 in Dockerfile
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent f323da8 commit 7debcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/external/Dockerfile.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN apt install -y \
5151
unzip
5252

5353
# Download Bazel source
54-
ARG BAZEL_VERSION=6.5.0
54+
ARG BAZEL_VERSION=7.7.1
5555
RUN cd ~ && mkdir bazel && cd bazel
5656
RUN curl -LO https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-dist.zip
5757
RUN unzip -q bazel-${BAZEL_VERSION}-dist.zip

0 commit comments

Comments
 (0)