diff --git a/WORKSPACE b/WORKSPACE index 618b21547e0..fc190b0e43d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -30,7 +30,7 @@ bind( ) # When updating envoy sha manually please update the sha in istio.deps file also -ENVOY_SHA = "c1cc68dda009452e90d485da22ee9c74c08b328d" +ENVOY_SHA = "cb892b4855bc9e8516ca5eece8098f56f77fe522" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 71d8dc56648..506109dacd9 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "c1cc68dda009452e90d485da22ee9c74c08b328d" + "lastStableSHA": "cb892b4855bc9e8516ca5eece8098f56f77fe522" } ]