From ff24059b8d8958e854774b816c7d73d19ff4f09d Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Wed, 11 Mar 2026 10:20:24 +0000 Subject: [PATCH] Update hocuspocus image to openproject/hocuspocus:17.2.0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1435f34..5d7c9a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -127,7 +127,7 @@ services: - backend hocuspocus: - image: openproject/hocuspocus:17.1.2 + image: openproject/hocuspocus:17.2.0 environment: SECRET: ${COLLABORATIVE_SERVER_SECRET:-OVERRIDE_ME_PLEASE} OPENPROJECT_URL: "${OPENPROJECT_URL:-http://web:8080}"