From 1cb5fb56de0c87853e70988fdc40de7e19f51df5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:20:15 -0400 Subject: [PATCH] deps: update envoy arm64 to v1.15.1 (#1475) (#1476) Co-authored-by: Travis Groth --- scripts/embed-envoy.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/embed-envoy.bash b/scripts/embed-envoy.bash index 87513f953c2..f8e9db68985 100755 --- a/scripts/embed-envoy.bash +++ b/scripts/embed-envoy.bash @@ -23,7 +23,7 @@ export PATH=$PATH:$(go env GOPATH)/bin if [ "$TARGET" == "linux_arm64" ]; then ENVOY_PATH="$DIR/$TARGET" mkdir -p "$ENVOY_PATH" - curl -L -o "$ENVOY_PATH/envoy" https://github.com/pomerium/envoy-binaries/releases/download/v0.1.0/envoy-linux-arm64 + curl -L -o "$ENVOY_PATH/envoy" https://github.com/pomerium/envoy-binaries/releases/download/v${ENVOY_VERSION}/envoy-linux-arm64 else env HOME="${DIR}" getenvoy fetch standard:${ENVOY_VERSION}/${ENVOY_PLATFORM} ENVOY_PATH=${DIR}/.getenvoy/builds/standard/${ENVOY_VERSION}/${ENVOY_PLATFORM}/bin