This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch xuanwo/fix-owncloud-ci-image in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 7d34e6329e202315edd4301e5a33b7ebe6916699 Author: Xuanwo <[email protected]> AuthorDate: Wed Mar 25 12:41:08 2026 +0800 ci(fixtures): pin owncloud image tag --- fixtures/webdav/docker-compose-webdav-owncloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/webdav/docker-compose-webdav-owncloud.yml b/fixtures/webdav/docker-compose-webdav-owncloud.yml index 570690aa2..4ee80da58 100644 --- a/fixtures/webdav/docker-compose-webdav-owncloud.yml +++ b/fixtures/webdav/docker-compose-webdav-owncloud.yml @@ -17,7 +17,7 @@ services: owncloud: - image: owncloud/server + image: owncloud/server:10.16.0 ports: - "8080:8080" environment:
