From 8c1916c0e9573686c8c5cae232a9ee44e64de42f Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Mon, 4 Dec 2023 11:58:33 -0800 Subject: [PATCH] Poco 1.12.5p2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85d103f..76eb989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ ENV COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-23.05.6-1"} \ APP_NAME=${APP_NAME:-"Document Editor"} \ APP_BRAND=${APP_BRAND:-"unbranded"} \ # - POCO_VERSION=${POCO_VERSION:-"poco-1.12.5p1-release.tar.gz"} \ + POCO_VERSION=${POCO_VERSION:-"poco-1.12.5p2-release.tar.gz"} \ POCO_URL=${POCO_URL:-"https://github.com/pocoproject/poco/archive/"} \ # MAX_CONNECTIONS=${MAX_CONNECTIONS:-"100000"} \