diff --git a/docker/dionaea/Dockerfile b/docker/dionaea/Dockerfile index 25e457a6..fd2d595d 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.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 && \ diff --git a/docker/elk/head/Dockerfile b/docker/elk/head/Dockerfile index 9a81ea4e..83399b97 100644 --- a/docker/elk/head/Dockerfile +++ b/docker/elk/head/Dockerfile @@ -11,7 +11,8 @@ RUN apk -U add \ mkdir -p /usr/src/app/ && \ cd /usr/src/app/ && \ git clone https://github.com/mobz/elasticsearch-head . && \ - git checkout d0a25608854479f0b3f2dca24e8039a2fd66b0e2 && \ +# git checkout d0a25608854479f0b3f2dca24e8039a2fd66b0e2 && \ + git checkout 2932af571b84017f87bc1c5beee5b6dfbf11b0a5 && \ npm install http-server && \ sed -i "s#\"http\:\/\/localhost\:9200\"#window.location.protocol \+ \'\/\/\' \+ window.location.hostname \+ \'\:\' \+ window.location.port \+ \'\/es\/\'#" /usr/src/app/_site/app.js && \ #