diff --git a/WORKSPACE b/WORKSPACE index 663380a5f18..212363d7462 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 = "8607e912a1df840da1080b7b0d4a9ed6bc247c39" +ENVOY_SHA = "de039269f54aa21aa0da21da89a5075aa3db3bb9" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 3538d282ef1..2ac5e9820f2 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "8607e912a1df840da1080b7b0d4a9ed6bc247c39" + "lastStableSHA": "de039269f54aa21aa0da21da89a5075aa3db3bb9" } ]