Skip to content

Commit

Permalink
Merge pull request #5346 from emissary-ingress/alicewasko/patch-envoy
Browse files Browse the repository at this point in the history
Apply envoy security patches
  • Loading branch information
Alice Wasko authored Oct 10, 2023
2 parents 10171ad + 59f9c91 commit 179ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _cxx/envoy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RSYNC_EXTRAS ?=
# IF YOU MESS WITH ANY OF THESE VALUES, YOU MUST RUN `make update-base`.
ENVOY_REPO ?= $(if $(IS_PRIVATE),[email protected]:datawire/envoy-private.git,https://github.com/datawire/envoy.git)
# https://github.com/datawire/envoy/tree/rebase/release/v1.26.4
ENVOY_COMMIT ?= bbda92fc3e3d430bd2114aa3458d3191205c9c0e
ENVOY_COMMIT ?= 9962dc50f4dc8c5067bea567b1b2a4028a265bc3
ENVOY_COMPILATION_MODE ?= opt
# Increment BASE_ENVOY_RELVER on changes to `docker/base-envoy/Dockerfile`, or Envoy recipes.
# You may reset BASE_ENVOY_RELVER when adjusting ENVOY_COMMIT.
Expand Down

0 comments on commit 179ee90

Please sign in to comment.