Skip to content

Commit

Permalink
Merge pull request #9182 from wkloucek/bump-wopi-10.4.0
Browse files Browse the repository at this point in the history
bump cs3org wopi server to 10.4.0
  • Loading branch information
wkloucek authored May 16, 2024
2 parents 1ebc7c7 + 7397dde commit e80d06f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ def wopiValidatorTests(ctx, storage, wopiServerType, accounts_hash_difficulty =
wopiServer = [
{
"name": "wopiserver",
"image": "cs3org/wopiserver:v10.3.0",
"image": "cs3org/wopiserver:v10.4.0",
"detach": True,
"commands": [
"cp %s/tests/config/drone/wopiserver.conf /etc/wopi/wopiserver.conf" % (dirs["base"]),
Expand Down
2 changes: 1 addition & 1 deletion deployments/examples/ocis_wopi/.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DEMO_USERS=
OCIS_LOG_LEVEL=

### Wopi server settings ###
# cs3org wopi server version. Defaults to "v10.3.0"
# cs3org wopi server version. Defaults to "v10.4.0"
WOPISERVER_DOCKER_TAG=
# cs3org wopi server domain. Defaults to "wopiserver.owncloud.test"
WOPISERVER_DOMAIN=
Expand Down
2 changes: 1 addition & 1 deletion deployments/examples/ocis_wopi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ services:
condition: service_healthy

wopiserver:
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v10.3.0}
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v10.4.0}
networks:
ocis-net:
entrypoint:
Expand Down

0 comments on commit e80d06f

Please sign in to comment.