Skip to content

Commit b501239

Browse files
ghostscript: fix build (#14995)
1 parent d982762 commit b501239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ghostscript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818

1919
RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
2020
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
21+
RUN git clone --branch VER-2-14-0 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
2222
RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
2323
RUN mkdir ghostpdl/fuzz
2424

0 commit comments

Comments
 (0)