Skip to content

Commit

Permalink
Merge pull request #7904 from owncloud/wopiv10.2.2
Browse files Browse the repository at this point in the history
update wopiserver to v10.2.2
  • Loading branch information
wkloucek authored Dec 11, 2023
2 parents f6dd3ae + a9ec15a commit 197f14a
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 @@ -905,7 +905,7 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
[
{
"name": "wopiserver",
"image": "cs3org/wopiserver:v10.2.0",
"image": "cs3org/wopiserver:v10.2.2",
"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/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ services:
restart: always

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

0 comments on commit 197f14a

Please sign in to comment.