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
#
# Include dist
COPY dist/ /root/dist/
@ -40,9 +40,10 @@ RUN apk --no-cache -U add \
# Install cowrie
mkdir -p /home/cowrie && \
cd /home/cowrie && \
git clone --depth=1 https://github.com/micheloosterhof/cowrie -b v2.3.0 && \
#git clone --depth=1 https://github.com/cowrie/cowrie -b v2.3.0 && \
git clone --depth=1 https://github.com/cowrie/cowrie && \
cd cowrie && \
# git checkout 6b1e82915478292f1e77ed776866771772b48f2e && \
git checkout 8b1e1cf4db0d3b0e70b470cf40385bbbd3ed1733 && \
mkdir -p log && \
cp /root/dist/requirements.txt . && \
pip3 install --upgrade pip && \