tweak cyberchef image for better security, prep citrixhoneypot for rebuild

This commit is contained in:
t3chn0m4g3
2021-09-20 14:29:42 +00:00
parent e9c03e512c
commit ed224215a4
3 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
#
# Install packages
RUN apk -U add \
@ -29,7 +29,7 @@ RUN apk -U add \
addgroup -g 2000 citrixhoneypot && \
adduser -S -H -s /bin/ash -u 2000 -D -g 2000 citrixhoneypot && \
chown -R citrixhoneypot:citrixhoneypot /opt/citrixhoneypot && \
setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \
#
# Clean up
apk del --purge git \

View File

@ -14,7 +14,7 @@ services:
- citrixhoneypot_local
ports:
- "443:443"
image: "ghcr.io/telekom-security/citrixhoneypot:2006"
image: "dtagdevsec/citrixhoneypot:2006"
read_only: true
volumes:
- /data/citrixhoneypot/logs:/opt/citrixhoneypot/logs