Skip to content

Commit 44141cc

Browse files
authored
update: envoy version to 1.34.4 in Dockerfile (#808)
* update: envoy version to 1.35.0 in Dockerfile * add: changelog * fix: use 1.33.0 for envoy-fips * fix: set envoy-distroless to v1.34.4
1 parent 93866a6 commit 44141cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/808.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 to 1.34.4
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.34.3 as envoy-binary
14+
FROM envoyproxy/envoy-distroless:v1.34.4 as envoy-binary
1515

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

0 commit comments

Comments
 (0)