From 98c90be47cdfab5b6e93ec7b4204b9f5a7f737dd Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 13 Feb 2025 14:03:24 +0100 Subject: [PATCH] bump honeypots to latest master --- docker/honeypots/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/honeypots/Dockerfile b/docker/honeypots/Dockerfile index e2f1b4d4..93a2b838 100644 --- a/docker/honeypots/Dockerfile +++ b/docker/honeypots/Dockerfile @@ -48,7 +48,8 @@ RUN apk --no-cache -U upgrade && \ cd /opt/ && \ git clone https://github.com/qeeqbox/honeypots && \ cd honeypots && \ - git checkout 238c6732d28b36ab88f2008361bafc8aef054755 && \ + # git checkout 238c6732d28b36ab88f2008361bafc8aef054755 && \ + git checkout 3f52129fbe9a712e86c54207ceb088c3b2c2af17 && \ pip3 install --break-system-packages --no-cache-dir . && \ setcap cap_net_bind_service=+ep $(readlink -f $(type -P python3)) && \ #