diff --git a/WORKSPACE b/WORKSPACE index 6c349d8d3be..0f70ed8877d 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 = "12c470e666d23f1cedaea92cdae6c747d6081dfe" +ENVOY_SHA = "c2baf348055284ac761d94e9a06bc37ebf8a3532" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 974d7be4f23..22b7edddc1b 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "12c470e666d23f1cedaea92cdae6c747d6081dfe" + "lastStableSHA": "c2baf348055284ac761d94e9a06bc37ebf8a3532" } ]