diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-04-10 12:21:50 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-10 12:23:10 -0700 |
commit | 76c4314c4fe002691d7b527fd11cb3c91116bf45 (patch) | |
tree | b7b4f755918ec8e3c9f516c3f5b52092f84d44f5 | |
parent | 8bb8027d55d59c9c08e4b7896cf688c0225a1244 (diff) |
Install Bazel 3.0.0 on Kokoro image.
PiperOrigin-RevId: 305922105
-rwxr-xr-x | tools/images/ubuntu1604/20_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/images/ubuntu1604/20_bazel.sh b/tools/images/ubuntu1604/20_bazel.sh index bb7afa676..317bfbffb 100755 --- a/tools/images/ubuntu1604/20_bazel.sh +++ b/tools/images/ubuntu1604/20_bazel.sh @@ -16,7 +16,7 @@ set -xeo pipefail -declare -r BAZEL_VERSION=2.0.0 +declare -r BAZEL_VERSION=3.0.0 # Install bazel dependencies. while true; do |