Skip to content

Commit 7e053cb

Browse files
committed
envoy 1.28.1
1 parent b20e707 commit 7e053cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _NAME = $(shell grep -o 'AppName string = "[^"]*"' $(VERSION_GO) | cut -d
66
_VERSION = $(shell grep -oE 'Version string = "[0-9]+\.[0-9]+\.[0-9]+"' $(VERSION_GO) | cut -d '"' -f2)
77

88
_ENVOY = "envoy"
9-
_ENVOY_VER = 1.21.6
9+
_ENVOY_VER = 1.28.1
1010

1111
.PHONY: build
1212
build:

envoy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# envoy GLIBC_2.14-GLIBC_2.27
22
FROM ubuntu:20.04
33

4-
COPY --from=envoyproxy/envoy:v1.21.6 /usr/local/bin/envoy /usr/local/bin
4+
COPY --from=envoyproxy/envoy:v1.28.1 /usr/local/bin/envoy /usr/local/bin
55

66
WORKDIR /envoy
77
ADD ./envoy.yaml /etc/envoy/

0 commit comments

Comments
 (0)