Skip to content

Commit 6c57be5

Browse files
author
fujimoto
committed
Merge branch 'develop' into nii-mergework-201907
2 parents ddcf87b + 4cee131 commit 6c57be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ RUN usermod -d /home www-data \
5555
&& pip install setuptools==37.0.0 \
5656
&& mkdir -p /code
5757

58-
ENV LIBREOFFICE_VERSION 6.1.6
59-
ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.6_Linux_x86-64_deb.tar.gz
60-
ENV LIBREOFFICE_MIRROR_URL https://download.documentfoundation.org/libreoffice/stable/
58+
ENV LIBREOFFICE_VERSION 6.1.6.3
59+
ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.6.3_Linux_x86-64_deb.tar.gz
60+
ENV LIBREOFFICE_MIRROR_URL https://downloadarchive.documentfoundation.org/libreoffice/old/
6161
RUN apt-get update \
6262
&& apt-get install -y \
6363
curl \

0 commit comments

Comments
 (0)