bump dionaea to 0.11.0

This commit is contained in:
t3chn0m4g3 2021-01-19 10:59:32 +00:00
parent df27ba4e5f
commit ee3d667615

View file

@ -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 && \