Skip to content

Commit 89f472e

Browse files
Merge branch 'main' into bump/sec-deps
2 parents b656505 + bb0ddd0 commit 89f472e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# prebuilt binaries in any other form.
1212
#
1313
ARG 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).
1718
FROM debian:bullseye-slim AS setcap-envoy-binary
@@ -27,7 +28,7 @@ RUN apt-get update && apt install -y libcap2-bin
2728
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
2829
RUN 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).
3334
FROM debian:bullseye-slim AS setcap-envoy-fips-binary

0 commit comments

Comments
 (0)