Skip to content

Commit

Permalink
Release 24.04.10-2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 3, 2024
1 parent c69a4c1 commit 8367235
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 24.04.10-2 2024-12-03 <dave at tiredofit dot ca>

### Added
- Poco Project 1.114.0
- Collabora Onlne 2024.04.10.2
- Collabora Office 2024.04.10.2


## 24.04.10-1 2024-11-20 <dave at tiredofit dot ca>

### Added
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ ARG APP_NAME
ARG APP_BRAND

### Environment Variables
ENV COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-24.04.10-1"} \
ENV COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-24.04.10-2"} \
COLLABORA_ONLINE_REPO_URL=${COLLABORA_ONLINE_REPO_URL:-"https://github.com/CollaboraOnline/online"} \
#
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-24.04.10-1"} \
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-24.04.10-2"} \
LIBREOFFICE_REPO_URL=${LIBREOFFICE_REPO_URL:-"https://github.com/LibreOffice/core"} \
#
APP_NAME=${APP_NAME:-"Document Editor"} \
APP_BRAND=${APP_BRAND:-"unbranded"} \
#
POCO_VERSION=${POCO_VERSION:-"poco-1.13.3-release.tar.gz"} \
POCO_VERSION=${POCO_VERSION:-"poco-1.14.0-release.tar.gz"} \
POCO_URL=${POCO_URL:-"https://github.com/pocoproject/poco/archive/"} \
#
MAX_CONNECTIONS=${MAX_CONNECTIONS:-"100000"} \
Expand Down

0 comments on commit 8367235

Please sign in to comment.