Skip to content

Commit

Permalink
update onlyoffice version (#11728)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor authored Oct 7, 2024
1 parent 071b7a6 commit db9d0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OC_CI_HUGO = "owncloudci/hugo:0.115.2"
OC_CI_NODEJS = "owncloudci/nodejs:20"
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
OC_UBUNTU = "owncloud/ubuntu:20.04"
ONLYOFFICE_DOCUMENT_SERVER = "onlyoffice/documentserver:7.5.1"
ONLYOFFICE_DOCUMENT_SERVER = "onlyoffice/documentserver:8.1.3"
PLUGINS_DOCKER = "plugins/docker:20.14"
PLUGINS_GH_PAGES = "plugins/gh-pages:1"
PLUGINS_GIT_ACTION = "plugins/git-action:1"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ services:
restart: always

onlyoffice:
image: onlyoffice/documentserver:7.5.1
image: onlyoffice/documentserver:8.1.3
entrypoint:
- /bin/sh
- /entrypoint-override.sh
Expand Down

0 comments on commit db9d0b4

Please sign in to comment.