Skip to content

Commit ff3b73f

Browse files
committed
Downgrade to Poco 1.13.3
1 parent 8367235 commit ff3b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-24.04.10-2"} \
2222
APP_NAME=${APP_NAME:-"Document Editor"} \
2323
APP_BRAND=${APP_BRAND:-"unbranded"} \
2424
#
25-
POCO_VERSION=${POCO_VERSION:-"poco-1.14.0-release.tar.gz"} \
25+
POCO_VERSION=${POCO_VERSION:-"poco-1.13.3-release.tar.gz"} \
2626
POCO_URL=${POCO_URL:-"https://github.com/pocoproject/poco/archive/"} \
2727
#
2828
MAX_CONNECTIONS=${MAX_CONNECTIONS:-"100000"} \

0 commit comments

Comments
 (0)