Skip to content
Merged
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"name": "ENVOY_SHA",
"repoName": "envoyproxy/envoy",
"file": "WORKSPACE",
"lastStableSHA": "12c470e666d23f1cedaea92cdae6c747d6081dfe"
"lastStableSHA": "c2baf348055284ac761d94e9a06bc37ebf8a3532"
}
]