aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar tsdgeos <aacid@kde.org>2020-12-18 19:21:59 +0100
committerGravatar GitHub <noreply@github.com>2020-12-18 10:21:59 -0800
commit878612f603e2937d98e3833ae17229c09b4f51d7 (patch)
treeab616191bebc0f824e45c974fd07673a5449aa61 /projects
parent6ddb2b7bd06de032609600eb35ccd34ae6d881bd (diff)
Update the ghostscript used (#4866)
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/libspectre/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/libspectre/Dockerfile b/projects/libspectre/Dockerfile
index 2ec0fcfa..da1339dd 100755
--- a/projects/libspectre/Dockerfile
+++ b/projects/libspectre/Dockerfile
@@ -22,9 +22,9 @@ RUN apt-get update && \
RUN git clone --depth 1 https://gitlab.freedesktop.org/libspectre/libspectre.git
-RUN wget -O $SRC/libspectre/ghostscript-9.52.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/ghostscript-9.52.tar.gz
-RUN tar xvzf $SRC/libspectre/ghostscript-9.52.tar.gz --directory $SRC/libspectre/
-RUN mv $SRC/libspectre/ghostscript-9.52 $SRC/libspectre/ghostscript
+RUN wget -O $SRC/libspectre/ghostscript-9.53.3.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ghostscript-9.53.3.tar.gz
+RUN tar xvzf $SRC/libspectre/ghostscript-9.53.3.tar.gz --directory $SRC/libspectre/
+RUN mv $SRC/libspectre/ghostscript-9.53.3 $SRC/libspectre/ghostscript
WORKDIR $SRC/libspectre/
COPY build.sh $SRC/