Skip to content

Commit

Permalink
[CONSUL-399] Update envoy to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezfepo committed Oct 5, 2022
1 parent 4ca3fd6 commit a2bd0bc
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 117 deletions.
4 changes: 2 additions & 2 deletions build-support-windows/build-consul-local-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services"

# Build Consul Version 1.13.1 / 1.12.4 / 1.11.8
# Build Consul Version 1.13.2 / 1.12.4 / 1.11.8
VERSION=${VERSION:-"1.13.2"}
export VERSION

# Build Windows Envoy Version 1.23.1 / 1.21.4 / 1.19.5
ENVOY_VERSION=${ENVOY_VERSION:-"1.21.4"}
ENVOY_VERSION=${ENVOY_VERSION:-"1.23.1"}
export ENVOY_VERSION

echo "Building Images"
Expand Down
Loading

0 comments on commit a2bd0bc

Please sign in to comment.