From 889c85e2482efda35f988a1433733fb1714cadde Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 18 Jan 2022 00:50:23 +0000 Subject: [PATCH] update Dockerfiles --- docker/adbhoney/Dockerfile | 5 +++-- docker/ciscoasa/Dockerfile | 2 +- docker/citrixhoneypot/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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 \