bump cyberchef to 8.12.3

This commit is contained in:
t3chn0m4g3 2018-12-03 10:58:44 +00:00
parent 391097a2a1
commit 223aed6676

View file

@ -12,7 +12,7 @@ RUN apk -U --no-cache add \
# Install CyberChef # Install CyberChef
cd /root && \ cd /root && \
git clone https://github.com/gchq/cyberchef -b v7.11.1 --depth=1 && \ git clone https://github.com/gchq/cyberchef -b v8.12.3 --depth=1 && \
chown -R nobody:nobody cyberchef && \ chown -R nobody:nobody cyberchef && \
cd cyberchef && \ cd cyberchef && \
npm install && \ npm install && \