aboutsummaryrefslogtreecommitdiff
path: root/projects/unit/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/unit/Dockerfile')
-rw-r--r--projects/unit/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/unit/Dockerfile b/projects/unit/Dockerfile
index 9e9129764..7a39e7550 100644
--- a/projects/unit/Dockerfile
+++ b/projects/unit/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y autoconf
RUN git clone --depth 1 https://github.com/nginx/unit
-RUN git clone https://github.com/0x34d/oss-fuzz-bloat
+RUN git clone https://github.com/pkillarjun/oss-fuzz-bloat
COPY build.sh $SRC/
COPY fuzzer/ $SRC/unit/fuzzer/
WORKDIR $SRC/unit/