We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d982762 commit b501239Copy full SHA for b501239
projects/ghostscript/Dockerfile
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
18
19
RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
20
RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
21
-RUN git clone --branch VER-2-13-0 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
+RUN git clone --branch VER-2-14-0 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
22
RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
23
RUN mkdir ghostpdl/fuzz
24
0 commit comments