File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:improvement
2+ Update Envoy version from 1.32.1 to 1.33.0
3+ ```
Original file line number Diff line number Diff line change 1111# prebuilt binaries in any other form.
1212#
1313ARG GOLANG_VERSION
14- FROM envoyproxy/envoy-distroless:v1.32.3 as envoy-binary
14+
15+ FROM envoyproxy/envoy-distroless:v1.33.0 as envoy-binary
1516
1617# Modify the envoy binary to be able to bind to privileged ports (< 1024).
1718FROM debian:bullseye-slim AS setcap-envoy-binary
@@ -27,7 +28,7 @@ RUN apt-get update && apt install -y libcap2-bin
2728RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
2829RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
2930
30- FROM hashicorp/envoy-fips:1.32.3 -fips1402 as envoy-fips-binary
31+ FROM hashicorp/envoy-fips:1.33.0 -fips1402 as envoy-fips-binary
3132
3233# Modify the envoy-fips binary to be able to bind to privileged ports (< 1024).
3334FROM debian:bullseye-slim AS setcap-envoy-fips-binary
You can’t perform that action at this time.
0 commit comments