Skip to content

Commit

Permalink
bump honeypots to latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Feb 13, 2025
1 parent 134f293 commit 98c90be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/honeypots/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)) && \
#
Expand Down

0 comments on commit 98c90be

Please sign in to comment.