Skip to content

Commit 881a8f7

Browse files
committed
Move to v3.0
1 parent bc6c297 commit 881a8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apk --update add --no-cache --virtual build-dependencies gcc git curl py3-pi
2828
-g "SpiderFoot User" -D spiderfoot \
2929
&& rmdir /home/spiderfoot \
3030
&& cd /home \
31-
&& curl -sSL https://github.com/smicallef/spiderfoot/archive/master.tar.gz \
31+
&& curl -sSL https://github.com/smicallef/spiderfoot/archive/v3.0.tar.gz \
3232
| tar -v -C /home -xz \
33-
&& mv /home/spiderfoot-master /home/spiderfoot \
33+
&& mv /home/spiderfoot-v3.0 /home/spiderfoot \
3434
&& chown -R spiderfoot:spiderfoot /home/spiderfoot \
3535
&& apk del --purge build-dependencies \
3636
&& rm -rf /var/cache/apk/* \

0 commit comments

Comments
 (0)