Skip to content

Commit

Permalink
[NET-7991] security: update Envoy to 1.28.1 (FIPS) (#423)
Browse files Browse the repository at this point in the history
security: update Envoy to 1.28.1 (FIPS)

Follow-up to 0584963.
  • Loading branch information
zalimeni authored Feb 14, 2024
1 parent 3bf86d3 commit b95bf17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +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

#TODO: update to 1.28.1 before next release
FROM hashicorp/envoy-fips:1.28.0-fips1402 as envoy-fips-binary
FROM hashicorp/envoy-fips:1.28.1-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 b95bf17

Please sign in to comment.