Bump wopiserver to fix a problem with 0-byte uploads

This commit is contained in:
André Duffeck
2024-01-19 09:56:00 +01:00
parent ab17f4e6d7
commit 077d0980ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -939,7 +939,7 @@ def wopiValidatorTests(ctx, storage, accounts_hash_difficulty = 4):
[
{
"name": "wopiserver",
"image": "cs3org/wopiserver:v10.2.2",
"image": "cs3org/wopiserver:v10.3.0",
"detach": True,
"commands": [
"cp %s/tests/config/drone/wopiserver.conf /etc/wopi/wopiserver.conf" % (dirs["base"]),
@@ -164,7 +164,7 @@ services:
restart: always
wopiserver:
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v10.2.2}
image: cs3org/wopiserver:${WOPISERVER_DOCKER_TAG:-v10.3.0}
networks:
ocis-net:
entrypoint: