From 2d57e6e37a1cc8db27705bfd254f8f8ba886c190 Mon Sep 17 00:00:00 2001 From: apascovici <70730033+apascovici@users.noreply.github.com> Date: Thu, 29 Oct 2020 09:16:38 -0700 Subject: [PATCH] Update Dockerfile (#4577) per https://bellard.org/quickjs/ --- projects/quickjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/