diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 3a9222b8..4454f668 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1,7 +1,7 @@ REPOSITORY_LOCATIONS = dict( envoy = dict( - # envoy 1.27.5 from release v1.27.5-fork1 with TLS deallocation backport: https://github.com/solo-io/envoy-fork/pull/29/commits/98114a2ccdae0824613b7d304d6adb22ead5c9fb - commit = "98114a2ccdae0824613b7d304d6adb22ead5c9fb", + # envoy 1.27.7 from release v1.27.7-fork1 with TLS deallocation backport: https://github.com/solo-io/envoy-fork/pull/29 + commit = "99e7d4463c24d15494cb707eb3b7748b3bdabdde", remote = "https://github.com/solo-io/envoy-fork", ), inja = dict(