From 223aed6676071f5680d4c4b0c41f54afed20b4c1 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 3 Dec 2018 10:58:44 +0000 Subject: [PATCH] bump cyberchef to 8.12.3 --- docker/cyberchef/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/cyberchef/Dockerfile b/docker/cyberchef/Dockerfile index 22f794d4..f6ea2326 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 v7.11.1 --depth=1 && \ + git clone https://github.com/gchq/cyberchef -b v8.12.3 --depth=1 && \ chown -R nobody:nobody cyberchef && \ cd cyberchef && \ npm install && \