aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-19 15:20:39 +0100
committervan Hauser <vh@thc.org>2020-03-19 15:20:39 +0100
commitbe261b3e69baa93dc3dcb54bcc066fe397716e91 (patch)
treefe6caca1eda451d35ed9e5cb9cdaf6df8c806df4 /Dockerfile
parentf6847b0314320c1799efd238295d3aa4411c3f23 (diff)
downloadAFLplusplus-be261b3e69baa93dc3dcb54bcc066fe397716e91.tar.gz
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 396954ab..1adc2167 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,7 @@ ARG CC=gcc-9
ARG CXX=g++-9
ARG LLVM_CONFIG=llvm-config-9
-RUN git clone https://github.com/vanhauser-thc/AFLplusplus
+RUN git clone https://github.com/AFLplusplus/AFLplusplus
RUN cd AFLplusplus && make clean && make distrib && \
make install && cd .. && rm -rf AFLplusplus