Bump to Alpine 3.16 for most of the images.

Glutton, Heralding, Mailoney and Snare/Tanner need work.
This commit is contained in:
t3chn0m4g3
2022-06-02 15:47:17 +00:00
parent 409e4bde3e
commit 09c682cd7b
20 changed files with 32 additions and 28 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
#
# Install packages
RUN apk --no-cache -U add \
@ -28,7 +28,7 @@ RUN apk --no-cache -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.9 && \
setcap cap_net_bind_service=+ep /usr/bin/python3.10 && \
#
# Clean up
apk del --purge git \