Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

chore(deps): update collabora/code docker tag to v24.04.11.1.1 #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ services:
# restart: always

collabora:
image: collabora/code:24.04.5.1.1@sha256:b96b67c0bdb3e218b878f7ca16135a15dd6707495fbd7c2bc6acb45326a4d0d6
image: collabora/code:24.04.11.1.1@sha256:d5b2d6e54f074d8d936a21dccd7bff258446443733e1fa87a4171e51ecd974dc
command: ["bash", "-c", "coolconfig generate-proof-key ; /start-collabora-online.sh"]
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9980/hosting/discovery" ]
Expand Down