From ee3d667615bb2a10b36b207ed1cf6c5e5d8e92d0 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 19 Jan 2021 10:59:32 +0000 Subject: [PATCH] bump dionaea to 0.11.0 --- docker/dionaea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dionaea/Dockerfile b/docker/dionaea/Dockerfile index fd2d595d..e6028f1b 100644 --- a/docker/dionaea/Dockerfile +++ b/docker/dionaea/Dockerfile @@ -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 && \