Skip to content

Commit cab48b3

Browse files
Upgraded envoy version in Dockerfile (#685)
* Upgraded envoy version in Dockerfile * added changelog file
1 parent 8dd5920 commit cab48b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/685.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
Update Envoy version from 1.32.1 to 1.33.0
3+
```

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# prebuilt binaries in any other form.
1212
#
1313
ARG GOLANG_VERSION
14-
FROM envoyproxy/envoy-distroless:v1.32.1 as envoy-binary
14+
FROM envoyproxy/envoy-distroless:v1.33.0 as envoy-binary
1515

1616
# Modify the envoy binary to be able to bind to privileged ports (< 1024).
1717
FROM debian:bullseye-slim AS setcap-envoy-binary

0 commit comments

Comments
 (0)