From 6931e996ed8bcc9c546652eb5e7bca3e522ad360 Mon Sep 17 00:00:00 2001 From: Yuval Kohavi Date: Mon, 25 Mar 2019 13:29:55 -0400 Subject: [PATCH] use envoy with no npe (#9) * use envoy with no npe --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index b99b8dc71..134de4c50 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1,6 +1,6 @@ REPOSITORY_LOCATIONS = dict( envoy = dict( - commit = "873d74a186e4d54dc41c22a2f4b20837bd6bdb49", + commit = "0ac3706ddf0fda091521bb90cffac7bca8530197", remote = "https://github.com/envoyproxy/envoy", ), inja = dict(