From 77e538f177b7acc5abcc8903b3b2a5c95da5fc46 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 7 May 2025 16:36:38 +0200 Subject: [PATCH] chore: update collabora image (#793) --- deployments/examples/opencloud_full/collabora.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deployments/examples/opencloud_full/collabora.yml b/deployments/examples/opencloud_full/collabora.yml index 846173ddf8..446cfb3071 100644 --- a/deployments/examples/opencloud_full/collabora.yml +++ b/deployments/examples/opencloud_full/collabora.yml @@ -53,7 +53,7 @@ services: restart: always collabora: - image: collabora/code:24.04.13.2.1 + image: collabora/code:25.04.1.1.1 # release notes: https://www.collaboraonline.com/release-notes/ networks: opencloud-net: @@ -83,4 +83,5 @@ services: entrypoint: ['/bin/bash', '-c'] command: ['coolconfig generate-proof-key && /start-collabora-online.sh'] healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:9980/hosting/discovery" ] + test: ["CMD", "bash", "-c", "exec 3<>/dev/tcp/127.0.0.1/9980 && echo -e 'GET /hosting/discovery HTTP/1.1\r\nHost: localhost:9980\r\n\r\n' >&3 && head -n 1 <&3 | grep '200 OK'"] +