consul/test/integration/connect/envoy/Dockerfile-tcpdump
Michael Zalimeni c40eecf8f9
security: update alpine base image to 3.20 (#21729)
* security: update alpine base image to 3.20

* security: update scan config to remove old triage exceptions
2024-09-13 19:02:11 +00:00

8 lines
135 B
Plaintext

FROM alpine:3.20
RUN apk add --no-cache tcpdump
VOLUME [ "/data" ]
CMD [ "-w", "/data/all.pcap" ]
ENTRYPOINT [ "/usr/bin/tcpdump" ]