Release 2.1.6 - See CHANGELOG.md

This commit is contained in:
Dave Conroy 2021-05-27 08:18:16 -07:00
parent 675867a0ba
commit f156272e41
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## 2.1.6 2021-05-27 <dave at tiredofit dot ca>
### Added
- Libreoffice 6.4-39
- Collabora Online 6.4.8-8
## 2.1.5 2021-05-17 <dave at tiredofit dot ca>
### Added

View file

@ -14,11 +14,11 @@ ARG APP_NAME
### Environment Variables
ENV COLLABORA_ONLINE_BRANCH=${COLLABORA_ONLINE_BRANCH:-"master"} \
COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-6.4.8-6"} \
COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-6.4.8-8"} \
COLLABORA_ONLINE_REPO_URL=${COLLABORA_ONLINE_REPO_URL:-"https://github.com/CollaboraOnline/online"} \
#
LIBREOFFICE_BRANCH=${LIBREOFFICE_BRANCH:-"master"} \
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-6.4-38"} \
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-6.4-39"} \
LIBREOFFICE_REPO_URL=${LIBREOFFICE_REPO_URL:-"https://github.com/LibreOffice/core"} \
#
APP_NAME=${APP_NAME:-"Document Editor"} \
@ -39,7 +39,7 @@ RUN set -x && \
apt-get -o Dpkg::Options::="--force-confold" upgrade -y && \
echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian buster contrib" >> /etc/apt/sources.list && \
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
\
### Setup Distribution
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \