build(bazel): update BAZEL_VERSION to 0.17.1 (#25967)
Bazel version '0.16.1' doesn't seem to be available anymore! Upgrade to 0.17.1 instead. PR Close #25967
This commit is contained in:
parent
8f81dba367
commit
2e32d4ee17
|
@ -5,7 +5,7 @@ USER root
|
|||
###
|
||||
# Bazel install
|
||||
# See https://bazel.build/versions/master/docs/install-ubuntu.html#using-bazel-custom-apt-repository-recommended
|
||||
RUN BAZEL_VERSION="0.16.1" \
|
||||
RUN BAZEL_VERSION="0.17.1" \
|
||||
&& wget -q -O - https://bazel.build/bazel-release.pub.gpg | apt-key add - \
|
||||
&& echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list \
|
||||
&& apt-get update \
|
||||
|
|
Loading…
Reference in New Issue