From a3d40cc57ca2984c0b5f2b821b06de55bfdfdde4 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 28 Oct 2020 17:08:55 +0000 Subject: [PATCH] bump spiderfoot to 3.2.1 --- docker/spiderfoot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/spiderfoot/Dockerfile b/docker/spiderfoot/Dockerfile index 42380135..8b540c38 100644 --- a/docker/spiderfoot/Dockerfile +++ b/docker/spiderfoot/Dockerfile @@ -33,7 +33,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ adduser -S -s /bin/ash -u 2000 -D -g 2000 spiderfoot && \ # # Install spiderfoot - git clone --depth=1 -b v3.1 https://github.com/smicallef/spiderfoot /home/spiderfoot && \ + git clone --depth=1 -b v3.2.1 https://github.com/smicallef/spiderfoot /home/spiderfoot && \ cd /home/spiderfoot && \ pip3 install --no-cache-dir wheel && \ pip3 install --no-cache-dir -r requirements.txt && \