Skip to content

Commit c2da4b2

Browse files
authored
Merge pull request #13405 from owncloud/renovate/onlyoffice-documentserver-9.x
chore(deps): update onlyoffice/documentserver docker tag to v9.2.1
2 parents f82e348 + 651e299 commit c2da4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OC_CI_HUGO_STATIC_IMAGE = "hugomods/hugo:base-0.129.0"
1515
OC_CI_NODEJS_IMAGE = "owncloudci/nodejs:24"
1616
OC_CI_WAIT_FOR_IMAGE = "owncloudci/wait-for:latest"
1717
OC_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"
1919
PLUGINS_DOCKER_IMAGE = "plugins/docker:21.1"
2020
PLUGINS_GH_PAGES_IMAGE = "plugins/gh-pages:1"
2121
PLUGINS_GIT_ACTION_IMAGE = "plugins/git-action:1"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)