Skip to content

Commit bb0ddd0

Browse files
upgraded envoy fips version too (#686)
* Upgraded envoy version in Dockerfile * added changelog file * upgraded envoy fips version too
1 parent cab48b3 commit bb0ddd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.33.0-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)