File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 19.0.1 (2019-06-20)
6+ ===================
7+ - Fix: Update Dockerfile to install LibreOffice v6.1.6. v6.1.5 is no longer available from their
8+ archive.
9+
51019.0.0 (2019-06-19)
611===================
712- Fix: Add white background to transparent .gifs to improve zooming appearance. The zooming code
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ RUN usermod -d /home www-data \
5555 && pip install setuptools==37.0.0 \
5656 && mkdir -p /code
5757
58- ENV LIBREOFFICE_VERSION 6.1.5
59- ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.5_Linux_x86 -64_deb.tar.gz
58+ ENV LIBREOFFICE_VERSION 6.1.6
59+ ENV LIBREOFFICE_ARCHIVE LibreOffice_6.1.6_Linux_x86 -64_deb.tar.gz
6060ENV LIBREOFFICE_MIRROR_URL https://download.documentfoundation.org/libreoffice/stable/
6161RUN apt-get update \
6262 && apt-get install -y \
Original file line number Diff line number Diff line change 1- __version__ = '19.0.0 '
1+ __version__ = '19.0.1 '
You can’t perform that action at this time.
0 commit comments