mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
bump envoy to 1.21.3 (#3413)
security upgrade https://groups.google.com/g/envoy-announce/c/QxI6z6wdL7M/m/0zPrdTLAAQAJ
This commit is contained in:
parent
a2d5d8062b
commit
2487e9af20
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ PATH="$PATH:$(go env GOPATH)/bin"
|
|||
export PATH
|
||||
|
||||
_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
|
||||
_envoy_version=1.21.1
|
||||
_envoy_version=1.21.3
|
||||
_dir="$_project_root/internal/envoy/files"
|
||||
_target="${TARGET:-"$(go env GOOS)-$(go env GOARCH)"}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue