aboutsummaryrefslogtreecommitdiff
path: root/projects/quickjs
diff options
context:
space:
mode:
authorapascovici <70730033+apascovici@users.noreply.github.com>2020-10-29 09:16:38 -0700
committerGitHub <noreply@github.com>2020-10-29 09:16:38 -0700
commit2d57e6e37a1cc8db27705bfd254f8f8ba886c190 (patch)
tree6ea33744c10d1bb057fc5bd6a9d7e6adf8fe0a11 /projects/quickjs
parent3e90a4ab3f506723f1ea58f1ccfa6fdd16edd4dd (diff)
downloadoss-fuzz-2d57e6e37a1cc8db27705bfd254f8f8ba886c190.tar.gz
Update Dockerfile (#4577)
per https://bellard.org/quickjs/
Diffstat (limited to 'projects/quickjs')
-rw-r--r--projects/quickjs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/quickjs/Dockerfile b/projects/quickjs/Dockerfile
index 1e7182c71..c7223a861 100644
--- a/projects/quickjs/Dockerfile
+++ b/projects/quickjs/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make
-RUN git clone --depth 1 https://github.com/horhof/quickjs quickjs
+RUN git clone --depth 1 https://github.com/bellard/quickjs quickjs
WORKDIR $SRC/
COPY build.sh $SRC/
COPY fuzz*.c $SRC/