mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 19:58:08 +00:00
cleaup fatt, bump suricata to 6.0.3
This commit is contained in:
parent
77e2dd2da6
commit
261b380db7
3 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@ RUN apk -U add \
|
|||
cd fatt && \
|
||||
git checkout 314cd1ff7873b5a145a51ec4e85f6107828a2c79 && \
|
||||
mkdir -p log && \
|
||||
# pyshark >= 0.4.3 breaks fatt
|
||||
pip3 install pyshark==0.4.2.11 && \
|
||||
#
|
||||
# Setup configs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:edge
|
||||
FROM alpine:3.14
|
||||
#
|
||||
# Include dist
|
||||
ADD dist/ /root/dist/
|
||||
|
|
|
@ -15,6 +15,6 @@ services:
|
|||
- NET_ADMIN
|
||||
- SYS_NICE
|
||||
- NET_RAW
|
||||
image: "ghcr.io/telekom-security/suricata:2006"
|
||||
image: "dtagdevsec/suricata:2006"
|
||||
volumes:
|
||||
- /data/suricata/log:/var/log/suricata
|
||||
|
|
Loading…
Reference in a new issue