diff --git a/WORKSPACE b/WORKSPACE index 1ab709fc11b..5e1e7b30b69 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,7 +38,7 @@ git_repository( ) # When updating envoy sha manually please update the sha in istio.deps file also -ENVOY_SHA = "5fcc829e7800a77ea2703a1ead3f25915aae6d61" +ENVOY_SHA = "3b5fb0e6c8cbbaba1944cb8d74af3f35c471bde2" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 5437613e48c..dfde86eb6b9 100644 --- a/istio.deps +++ b/istio.deps @@ -13,6 +13,6 @@ "repoName": "envoyproxy/envoy", "prodBranch": "master", "file": "WORKSPACE", - "lastStableSHA": "4dd49d8809f7aaa580538b3c228dd99a2fae92a4" + "lastStableSHA": "3b5fb0e6c8cbbaba1944cb8d74af3f35c471bde2" } -] \ No newline at end of file +]