From f0e541fdc224f936e062ad26596688144ba67c7f Mon Sep 17 00:00:00 2001 From: Sarvani Vakkalanka Date: Mon, 13 Mar 2017 12:59:15 -0700 Subject: [PATCH] Update lyft/envoy commit Id to latest. (#161) * Update lyft/envoy commit Id to latest. * Remove the comment about pull request * Add new line - will delete in next commit. --- src/envoy/repositories.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/envoy/repositories.bzl b/src/envoy/repositories.bzl index e7c5f5584daf..a255ed1c39bf 100644 --- a/src/envoy/repositories.bzl +++ b/src/envoy/repositories.bzl @@ -751,6 +751,7 @@ cc_test( native.new_git_repository( name = "envoy_git", remote = "https://github.com/lyft/envoy.git", - commit = "9679c08a21988a8e95a4e9b2ba65712ec25eadc1", # https://github.com/lyft/envoy/pull/553 + commit = "9dcac8ca111ecc8da059d1f8d42eb766b44bacd6", build_file_content = BUILD, ) +