Skip to content

Commit

Permalink
upgraded envoy fips version too
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-sachdev-29 committed Feb 12, 2025
1 parent 7b8074a commit d3445cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && apt install -y libcap2-bin
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME

FROM hashicorp/envoy-fips:1.32.1-fips1402 as envoy-fips-binary
FROM hashicorp/envoy-fips:1.33.0-fips1402 as envoy-fips-binary

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

0 comments on commit d3445cf

Please sign in to comment.