Skip to content

Commit 2d8bb46

Browse files
Merge branch 'master' into oliverchang-patch-1
2 parents 630938d + 5ac272f commit 2d8bb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/mupdf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y make libtool pkg-config
19-
RUN git clone --recursive --depth 1 git://git.ghostscript.com/mupdf.git mupdf
19+
RUN git clone --recursive --depth 1 https://github.com/ArtifexSoftware/mupdf.git mupdf
2020
RUN git clone --depth 1 https://github.com/mozilla/pdf.js pdf.js && \
2121
zip -q $SRC/pdf_fuzzer_seed_corpus.zip pdf.js/test/pdfs/*.pdf && \
2222
rm -rf pdf.js

0 commit comments

Comments
 (0)