Skip to content

Commit b04326e

Browse files
bump envoy
1 parent 2bee35a commit b04326e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.changelog/680.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
```release-note:security
2+
Upgrade Go to use 1.22.11. This addresses CVE
3+
[CVE-2024-45341](https://nvd.nist.gov/vuln/detail/CVE-2024-45341) and
4+
[CVE-2024-45336](https://nvd.nist.gov/vuln/detail/CVE-2024-45336)
5+
```
6+
7+
```release-note:security
8+
Upgrade to support Envoy `1.32.3`. This addresses CVE
9+
[CVE-2024-53269](https://nvd.nist.gov/vuln/detail/CVE-2024-53269),
10+
[CVE-2024-53270](https://nvd.nist.gov/vuln/detail/CVE-2024-53270) and
11+
[CVE-2024-53271](https://nvd.nist.gov/vuln/detail/CVE-2024-53271)
12+
```
13+
14+
```release-note:security
15+
Upgrade Go X-Repositories version to latest.
16+
```

Dockerfile

Lines changed: 2 additions & 2 deletions
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.32.3 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
@@ -27,7 +27,7 @@ RUN apt-get update && apt install -y libcap2-bin
2727
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
2828
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
2929

30-
FROM hashicorp/envoy-fips:1.32.1-fips1402 as envoy-fips-binary
30+
FROM hashicorp/envoy-fips:1.32.3-fips1402 as envoy-fips-binary
3131

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

0 commit comments

Comments
 (0)