diff --git a/WORKSPACE b/WORKSPACE index 804f3a03e3f..ea8180d15b7 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 = "2c3c3e7546451a03cf4b7e9036ee48dda26fe49c" +ENVOY_SHA = "3b05bffcbaedaf6d112ba38ad58121ba5aa5af51" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 7de466422d5..b7fadbef5d2 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "2c3c3e7546451a03cf4b7e9036ee48dda26fe49c" + "lastStableSHA": "3b05bffcbaedaf6d112ba38ad58121ba5aa5af51" } ]