Skip to content

Commit

Permalink
Upgraded envoy version in Dockerfile (#685)
Browse files Browse the repository at this point in the history
* Upgraded envoy version in Dockerfile

* added changelog file
  • Loading branch information
nitin-sachdev-29 authored Feb 12, 2025
1 parent 8dd5920 commit cab48b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/685.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
Update Envoy version from 1.32.1 to 1.33.0
```
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# prebuilt binaries in any other form.
#
ARG GOLANG_VERSION
FROM envoyproxy/envoy-distroless:v1.32.1 as envoy-binary
FROM envoyproxy/envoy-distroless:v1.33.0 as envoy-binary

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

0 comments on commit cab48b3

Please sign in to comment.