From fe8daeca5bb51951ec4cef65d8f99c029c459260 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 16 Nov 2019 10:49:00 -0800 Subject: [PATCH] Update bazel to 1.1.0 Upstream gerrit now needs at least 1.1.0 Change-Id: I783eb712e4153df4ccba30cbf92f44221141f559 --- docker/bazel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/bazel/Dockerfile b/docker/bazel/Dockerfile index fde2164fa5..1115bf9561 100644 --- a/docker/bazel/Dockerfile +++ b/docker/bazel/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM l.gcr.io/google/bazel:1.0.0 as bazel +FROM l.gcr.io/google/bazel:1.1.0 as bazel # The bazel image comes with bazel only runnable by root for some weird reason. # The bower build in gerrit does not work as root.