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:
Wassim Chegham 2018-09-14 15:40:34 +02:00 committed by Ben Lesh
parent 8f81dba367
commit 2e32d4ee17
1 changed files with 1 additions and 1 deletions

View File

@ -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 \