Skip to content

Commit 096bdb5

Browse files
author
fujimoto
committed
Revert "Merge pull request #1 from RCOSDP/hotfix/14679"
This reverts commit 4cee131, reversing changes made to 3cec08d.
1 parent 4cee131 commit 096bdb5

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.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/
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/
6161
RUN apt-get update \
6262
&& apt-get install -y \
6363
curl \

0 commit comments

Comments
 (0)