File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ OC_CI_HUGO_STATIC_IMAGE = "hugomods/hugo:base-0.129.0"
1515OC_CI_NODEJS_IMAGE = "owncloudci/nodejs:24"
1616OC_CI_WAIT_FOR_IMAGE = "owncloudci/wait-for:latest"
1717OC_UBUNTU_IMAGE = "owncloud/ubuntu:24.04"
18- ONLYOFFICE_DOCUMENT_SERVER_IMAGE = "onlyoffice/documentserver:9.2.0 "
18+ ONLYOFFICE_DOCUMENT_SERVER_IMAGE = "onlyoffice/documentserver:9.2.1 "
1919PLUGINS_DOCKER_IMAGE = "plugins/docker:21.1"
2020PLUGINS_GH_PAGES_IMAGE = "plugins/gh-pages:1"
2121PLUGINS_GIT_ACTION_IMAGE = "plugins/git-action:1"
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ services:
247247 restart : always
248248
249249 onlyoffice :
250- image : onlyoffice/documentserver:9.2.0
250+ image : onlyoffice/documentserver:9.2.1
251251 entrypoint :
252252 - /bin/sh
253253 - /entrypoint-override.sh
You can’t perform that action at this time.
0 commit comments