Merge pull request #11454 from owncloud/update_onlyoffice_900

chore: update OnlyOffice image to 9.0.0
This commit is contained in:
Juan Pablo Villafañez
2025-07-02 15:08:18 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
OC_CS3_API_VALIDATOR = "owncloud/cs3api-validator:0.2.1"
OC_LITMUS = "owncloudci/litmus:latest"
OC_UBUNTU = "owncloud/ubuntu:20.04"
ONLYOFFICE_DOCUMENT_SERVER = "onlyoffice/documentserver:7.5.1"
ONLYOFFICE_DOCUMENT_SERVER = "onlyoffice/documentserver:9.0.0"
PLUGINS_CODACY = "plugins/codacy:1"
PLUGINS_DOCKER = "plugins/docker:latest"
PLUGINS_GH_PAGES = "plugins/gh-pages:1"

View File

@@ -46,7 +46,7 @@ services:
onlyoffice:
# if you want to use oo enterprise edition, use: onlyoffice/documentserver-ee:<version>
# note, you also need to add a volume, see below
image: onlyoffice/documentserver:8.3.3
image: onlyoffice/documentserver:9.0.0
# changelog https://github.com/ONLYOFFICE/DocumentServer/releases
networks:
ocis-net:

View File

@@ -52,7 +52,7 @@ services:
onlyoffice:
# if you want to use oo enterprise edition, use: onlyoffice/documentserver-ee:<version>
# note, you also need to add a volume, see below
image: onlyoffice/documentserver:8.3.0
image: onlyoffice/documentserver:9.0.0
# changelog https://github.com/ONLYOFFICE/DocumentServer/releases
networks:
ocis-net: