From 2fa03671e24588d26ed84b39c79af50ff1abc3bd Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 10 Jan 2019 10:33:24 +0100 Subject: [PATCH] Bump to 8.20.0 --- docker/cyberchef/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/cyberchef/Dockerfile b/docker/cyberchef/Dockerfile index f6ea2326..b030b4fc 100644 --- a/docker/cyberchef/Dockerfile +++ b/docker/cyberchef/Dockerfile @@ -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 && \