Merge pull request #5196 from wkloucek/update-wopi-server-9.3.1

update the wopiserver to version 9.3.1
This commit is contained in:
Willy Kloucek
2022-12-06 10:43:01 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -811,7 +811,7 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
},
{
"name": "wopiserver",
"image": "cs3org/wopiserver:v9.3.0",
"image": "cs3org/wopiserver:v9.3.1",
"detach": True,
"commands": [
"cp %s/tests/config/drone/wopiserver.conf /etc/wopi/wopiserver.conf" % (dirs["base"]),

View File

@@ -138,7 +138,7 @@ services:
restart: always
wopiserver:
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v9.3.0}
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v9.3.1}
networks:
ocis-net:
entrypoint: