Bump to 8.20.0

This commit is contained in:
Marco Ochse 2019-01-10 10:33:24 +01:00 committed by GitHub
parent 526674b5e0
commit 2fa03671e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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