update the wopiserver to version 9.3.1

This commit is contained in:
Willy Kloucek
2022-12-06 09:24:25 +01:00
parent 1f4780d730
commit c189480a96
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: