aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Naresh <ghostwriternr@gmail.com>2018-07-12 19:35:11 +0000
committerGravatar Naresh <ghostwriternr@gmail.com>2018-07-12 19:35:11 +0000
commitb6518afdd610f0115b42aee1ffc71520c6b0d6b1 (patch)
tree64437edad4a74283cb101e21bea6f7c29d98fe4e /templates/tools
parent0ed80eacc366edb41f15b0207b0b26edb4de061f (diff)
Upgrade Bazel to 0.15.0
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/dockerfile/bazel.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/bazel.include b/templates/tools/dockerfile/bazel.include
index 2c0f3825fc..ee4f9556af 100644
--- a/templates/tools/dockerfile/bazel.include
+++ b/templates/tools/dockerfile/bazel.include
@@ -2,4 +2,4 @@
# Bazel installation
RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
-RUN apt-get -y update && apt-get -y install bazel=0.13.1 && apt-get clean
+RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean