bump dionaea to 0.9.2

This commit is contained in:
t3chn0m4g3
2020-10-28 16:45:53 +00:00
parent 4bf245d13b
commit e3fda4d464
2 changed files with 3 additions and 2 deletions

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.8.0 /root/dionaea/ && \
git clone --depth=1 https://github.com/dinotools/dionaea -b 0.9.2 /root/dionaea/ && \
cd /root/dionaea && \
#git checkout 1426750b9fd09c5bfeae74d506237333cd8505e2 && \
mkdir build && \