We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd5920 commit cab48b3Copy full SHA for cab48b3
.changelog/685.txt
@@ -0,0 +1,3 @@
1
+```release-note:improvement
2
+Update Envoy version from 1.32.1 to 1.33.0
3
+```
Dockerfile
@@ -11,7 +11,7 @@
11
# prebuilt binaries in any other form.
12
#
13
ARG GOLANG_VERSION
14
-FROM envoyproxy/envoy-distroless:v1.32.1 as envoy-binary
+FROM envoyproxy/envoy-distroless:v1.33.0 as envoy-binary
15
16
# Modify the envoy binary to be able to bind to privileged ports (< 1024).
17
FROM debian:bullseye-slim AS setcap-envoy-binary
0 commit comments