This commit is contained in:
t3chn0m4g3
2020-02-24 16:43:34 +00:00
parent bd0e6936eb
commit 6bfcf8b1c4
10 changed files with 19 additions and 18 deletions

View File

@ -1,7 +1,8 @@
FROM alpine
FROM alpine:latest
#
# Install packages
RUN apk -U add \
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
git \
libcap \
openssl \

View File

@ -14,7 +14,7 @@ services:
- citrixhoneypot_local
ports:
- "443:443"
image: "dtagdevsec/citrixhoneypot:1903"
image: "dtagdevsec/citrixhoneypot:2006"
read_only: true
volumes:
- /data/citrixhoneypot/logs:/opt/citrixhoneypot/logs