We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab48b3 commit bb0ddd0Copy full SHA for bb0ddd0
Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update && apt install -y libcap2-bin
27
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
28
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
29
30
-FROM hashicorp/envoy-fips:1.32.1-fips1402 as envoy-fips-binary
+FROM hashicorp/envoy-fips:1.33.0-fips1402 as envoy-fips-binary
31
32
# Modify the envoy-fips binary to be able to bind to privileged ports (< 1024).
33
FROM debian:bullseye-slim AS setcap-envoy-fips-binary
0 commit comments