From 3e13d123b75a99b68f24834e0356160d25e585e7 Mon Sep 17 00:00:00 2001 From: Adele Zhou Date: Mon, 12 Feb 2018 21:51:21 -0800 Subject: Pin bazel to 0.9.0 --- templates/tools/dockerfile/test/sanity/Dockerfile.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/tools/dockerfile') diff --git a/templates/tools/dockerfile/test/sanity/Dockerfile.template b/templates/tools/dockerfile/test/sanity/Dockerfile.template index 7453e6c460..69bb7c4671 100644 --- a/templates/tools/dockerfile/test/sanity/Dockerfile.template +++ b/templates/tools/dockerfile/test/sanity/Dockerfile.template @@ -46,12 +46,12 @@ RUN apt-get -y update RUN apt-get -y install bazel - # Pin Bazel to 0.4.4 - # Installing Bazel via apt-get first is required before installing 0.4.4 to + # Pin Bazel to 0.9.0 + # Installing Bazel via apt-get first is required before installing 0.9.0 to # allow gRPC to build without errors. See https://github.com/grpc/grpc/issues/10553 - RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/0.4.4/bazel-0.4.4-installer-linux-x86_64.sh - RUN chmod +x ./bazel-0.4.4-installer-linux-x86_64.sh - RUN ./bazel-0.4.4-installer-linux-x86_64.sh + RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/0.9.0/bazel-0.9.0-installer-linux-x86_64.sh + RUN chmod +x ./bazel-0.9.0-installer-linux-x86_64.sh + RUN ./bazel-0.9.0-installer-linux-x86_64.sh <%include file="../../clang5.include"/> <%include file="../../run_tests_addons.include"/> -- cgit v1.2.3