bump cowrie to 2.5.0

This commit is contained in:
t3chn0m4g3 2023-01-19 17:15:08 +00:00
parent 2b5127fbdb
commit 8547699061

View file

@ -1,4 +1,4 @@
FROM alpine:3.16 FROM alpine:3.17
# #
# Include dist # Include dist
COPY dist/ /root/dist/ COPY dist/ /root/dist/
@ -40,7 +40,7 @@ RUN apk --no-cache -U add \
# Install cowrie # Install cowrie
mkdir -p /home/cowrie && \ mkdir -p /home/cowrie && \
cd /home/cowrie && \ cd /home/cowrie && \
git clone --depth=1 https://github.com/cowrie/cowrie -b v2.4.0 && \ git clone --depth=1 https://github.com/cowrie/cowrie -b v2.5.0 && \
#git clone --depth=1 https://github.com/cowrie/cowrie && \ #git clone --depth=1 https://github.com/cowrie/cowrie && \
cd cowrie && \ cd cowrie && \
#git checkout 8b1e1cf4db0d3b0e70b470cf40385bbbd3ed1733 && \ #git checkout 8b1e1cf4db0d3b0e70b470cf40385bbbd3ed1733 && \
@ -76,7 +76,7 @@ RUN apk --no-cache -U add \
rm -rf /var/cache/apk/* && \ rm -rf /var/cache/apk/* && \
rm -rf /home/cowrie/cowrie/cowrie.pid && \ rm -rf /home/cowrie/cowrie/cowrie.pid && \
rm -rf /home/cowrie/cowrie/.git && \ rm -rf /home/cowrie/cowrie/.git && \
ln -s /usr/bin/python3 /usr/bin/python && \ # ln -s /usr/bin/python3 /usr/bin/python && \
unset PYTHON_DIR unset PYTHON_DIR
# #
# Start cowrie # Start cowrie