Skip to content

Commit

Permalink
Try to bump envoy to fix envoyproxy/envoy#14394
Browse files Browse the repository at this point in the history
  • Loading branch information
bchatelard authored and Charly Molter committed May 10, 2021
1 parent f2eccac commit e6bb054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/dockerfiles/Dockerfile.universal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# using Envoy's base to copy the Envoy binary
FROM envoyproxy/envoy:v1.17.1 as envoy
FROM envoyproxy/envoy:v1.17.2 as envoy

FROM ubuntu:20.04

Expand Down
2 changes: 1 addition & 1 deletion tools/releases/distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PULP_HOST="https://api.pulp.konnect-prod.konghq.com"
PULP_PACKAGE_TYPE="mesh"
PULP_DIST_NAME="alpine"
[ -z "$RELEASE_NAME" ] && RELEASE_NAME="kuma"
ENVOY_VERSION=1.17.1
ENVOY_VERSION=1.17.2
[ -z "$KUMA_CONFIG_PATH" ] && KUMA_CONFIG_PATH=pkg/config/app/kuma-cp/kuma-cp.defaults.yaml

function msg_green() {
Expand Down
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-dp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# using Envoy's base to inherit the Envoy binary
FROM envoyproxy/envoy-alpine:v1.17.1
FROM envoyproxy/envoy-alpine:v1.17.2

ADD $KUMA_ROOT/build/artifacts-linux-amd64/kuma-dp/kuma-dp /usr/bin
ADD $KUMA_ROOT/build/artifacts-linux-amd64/coredns/coredns /usr/bin
Expand Down

0 comments on commit e6bb054

Please sign in to comment.