mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
bump dionaea to 0.11.0
This commit is contained in:
parent
df27ba4e5f
commit
ee3d667615
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN apt-get update -y && \
|
|||
#
|
||||
# Get and install dionaea
|
||||
# Latest master is unstable, SIP causes crashing
|
||||
git clone --depth=1 https://github.com/dinotools/dionaea -b 0.9.2 /root/dionaea/ && \
|
||||
git clone --depth=1 https://github.com/dinotools/dionaea -b 0.11.0 /root/dionaea/ && \
|
||||
cd /root/dionaea && \
|
||||
#git checkout 1426750b9fd09c5bfeae74d506237333cd8505e2 && \
|
||||
mkdir build && \
|
||||
|
|
Loading…
Reference in a new issue