We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6fa7e commit 316c434Copy full SHA for 316c434
.drone.star
@@ -1,6 +1,6 @@
1
ALPINE_GIT_IMAGE = "alpine/git:v2.49.1"
2
APACHE_TIKA_IMAGE = "apache/tika:3.2.3.0"
3
-COLLABORA_CODE_IMAGE = "collabora/code:25.04.6.2.1"
+COLLABORA_CODE_IMAGE = "collabora/code:25.04.7.1.1"
4
KEYCLOAK_IMAGE = "quay.io/keycloak/keycloak:26.4.4"
5
MINIO_MC_IMAGE = "minio/mc:RELEASE.2025-04-16T18-13-26Z"
6
OC_CI_ALPINE_IMAGE = "owncloudci/alpine:latest"
docker-compose.yml
@@ -179,7 +179,7 @@ services:
179
restart: always
180
181
collabora:
182
- image: collabora/code:25.04.6.2.1
+ image: collabora/code:25.04.7.1.1
183
entrypoint: /bin/sh
184
command: ['-c', 'coolconfig generate-proof-key ; /start-collabora-online.sh']
185
environment:
0 commit comments