bump to Alpine 3.15

This commit is contained in:
t3chn0m4g3
2022-01-19 00:46:04 +00:00
parent 2a7ff7b3cb
commit 22acb6fa84
20 changed files with 25 additions and 26 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15
#
# Include dist
ADD dist/ /root/dist/
@ -62,4 +62,3 @@ STOPSIGNAL SIGINT
USER honeypots:honeypots
WORKDIR /opt/honeypots/
CMD python3 -m honeypots --setup all --config config.json
#CMD python3 -m honeypots --setup telnet --config config.json