chore(deps): update owncloud/server docker tag to v10.13.3 (#1662)

This commit is contained in:
renovate[bot] 2023-11-21 21:04:30 +00:00 committed by GitHub
parent 71d6f967b2
commit f8c56467a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "owncloud", "id": "owncloud",
"tipi_version": 8, "tipi_version": 9,
"version": "10.13.2", "version": "10.13.3",
"categories": [ "categories": [
"data" "data"
], ],
@ -39,5 +39,8 @@
"env_variable": "OWNCLOUD_PASSWORD" "env_variable": "OWNCLOUD_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
owncloud: owncloud:
image: owncloud/server:10.13.2 image: owncloud/server:10.13.3
container_name: owncloud container_name: owncloud
restart: unless-stopped restart: unless-stopped
ports: ports: