Skip to content

Commit

Permalink
build(bazel): update BAZEL_VERSION to 0.17.1 (#25967)
Browse files Browse the repository at this point in the history
Bazel version '0.16.1' doesn't seem to be available anymore! Upgrade to 0.17.1 instead.

PR Close #25967
  • Loading branch information
Wassim Chegham authored and benlesh committed Sep 17, 2018
1 parent 8f81dba commit 2e32d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ngcontainer/Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 2e32d4e

Please sign in to comment.