bump tanner to latest master, alpine 3.15

This commit is contained in:
t3chn0m4g3
2022-01-20 17:47:29 +00:00
parent 2586e10285
commit 66b4ef047a
4 changed files with 27 additions and 25 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15
#
# Include dist
ADD dist/ /root/dist/
@ -36,4 +36,5 @@ RUN apk -U --no-cache add \
#
# Start snare
STOPSIGNAL SIGKILL
CMD snare --tanner tanner --debug true --no-dorks true --auto-update false --host-ip 0.0.0.0 --port 80 --page-dir $(shuf -i 1-10 -n 1)
#CMD snare --tanner tanner --debug true --no-dorks true --auto-update false --host-ip 0.0.0.0 --port 80 --page-dir $(shuf -i 1-10 -n 1)
CMD snare --tanner tanner --debug true --auto-update false --host-ip 0.0.0.0 --port 80 --page-dir $(shuf -i 1-10 -n 1)