aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Matt Kwong <matt-kwong@users.noreply.github.com>2018-07-12 14:22:30 -0700
committerGravatar GitHub <noreply@github.com>2018-07-12 14:22:30 -0700
commit351f0bb5c1d026e76d4ccce7fcb889aa3231ef9a (patch)
tree1111f7b5314986b398b894fb65d5d2c6684c2b3a /templates
parent92d821161300b3766def50d30ffed9db8ad2c108 (diff)
parentb6518afdd610f0115b42aee1ffc71520c6b0d6b1 (diff)
Merge pull request #16006 from ghostwriternr/update-bazel
Upgrade Bazel to 0.15.0
Diffstat (limited to 'templates')
-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