diff --git a/docker/adbhoney/Dockerfile b/docker/adbhoney/Dockerfile index 606f1895..a78813b0 100644 --- a/docker/adbhoney/Dockerfile +++ b/docker/adbhoney/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14 +FROM alpine:3.15 # # Include dist ADD dist/ /root/dist/ @@ -14,7 +14,8 @@ RUN apk -U add \ # Install adbhoney from git git clone https://github.com/huuck/ADBHoney /opt/adbhoney && \ cd /opt/adbhoney && \ - git checkout ad7c17e78d01f6860d58ba826a4b6a4e4f83acbd && \ +# git checkout ad7c17e78d01f6860d58ba826a4b6a4e4f83acbd && \ + git checkout 2417a7a982f4fd527b3a048048df9a23178767ad && \ cp /root/dist/adbhoney.cfg /opt/adbhoney && \ sed -i 's/dst_ip/dest_ip/' /opt/adbhoney/adbhoney/core.py && \ sed -i 's/dst_port/dest_port/' /opt/adbhoney/adbhoney/core.py && \ diff --git a/docker/ciscoasa/Dockerfile b/docker/ciscoasa/Dockerfile index 49233257..2df0c8fc 100644 --- a/docker/ciscoasa/Dockerfile +++ b/docker/ciscoasa/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14 +FROM alpine:3.15 # # Include dist ADD dist/ /root/dist/ diff --git a/docker/citrixhoneypot/Dockerfile b/docker/citrixhoneypot/Dockerfile index 39f7c1b4..92d8cc54 100644 --- a/docker/citrixhoneypot/Dockerfile +++ b/docker/citrixhoneypot/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14 +FROM alpine:3.15 # # Install packages RUN apk -U add \