mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Bump to 8.20.0
This commit is contained in:
parent
526674b5e0
commit
2fa03671e2
1 changed files with 1 additions and 1 deletions
|
@ -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 v8.12.3 --depth=1 && \
|
git clone https://github.com/gchq/cyberchef -b v8.20.0 --depth=1 && \
|
||||||
chown -R nobody:nobody cyberchef && \
|
chown -R nobody:nobody cyberchef && \
|
||||||
cd cyberchef && \
|
cd cyberchef && \
|
||||||
npm install && \
|
npm install && \
|
||||||
|
|
Loading…
Reference in a new issue