aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar chris-liddell <chris-liddell@users.noreply.github.com>2020-12-04 15:30:03 +0000
committerGravatar GitHub <noreply@github.com>2020-12-04 07:30:03 -0800
commited1c6e38d876b8b1671d05a449cda07e22532506 (patch)
tree419326f1362e9fa6fd5c118c22d51d20f8366d79 /projects
parent8bd567697d2f36589ca315971f6fff47af4e9e2b (diff)
Fix Freetype upstream repo address. (#4782)
Diffstat (limited to 'projects')
-rw-r--r--projects/ghostscript/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ghostscript/Dockerfile b/projects/ghostscript/Dockerfile
index ad74a566..942d8c34 100644
--- a/projects/ghostscript/Dockerfile
+++ b/projects/ghostscript/Dockerfile
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
-RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.sv.nongnu.org/r/freetype/freetype2.git freetype
+RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
RUN mkdir ghostpdl/fuzz