commit | f66f77911c462f20cb06375e6d0b0d04d8dd5c52 | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Thu Nov 21 22:13:09 2019 -0800 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Fri Nov 22 06:13:48 2019 +0000 |
tree | 0d7b0fcf84dea14057013582bb2f63166e707df2 | |
parent | cd9c2dd4efc52db84b48711a757c00d076d56c27 [diff] [blame] |
Replace references to old versions of Bazel with 1.0 Change-Id: I2998e0b13ec3f9df4d7ec2a5bccdf46a66d9e065
diff --git a/Dockerfile b/Dockerfile index 92fc209..47c1897 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,5 +1,5 @@ ARG JDK_VER=11 -ARG BAZEL_VER=0.27.0 +ARG BAZEL_VER=1.0.0 ARG JOBS=2 # First stage is the build environment.