chore(deps): update nextcloud docker tag to v26.0.10 (#1888)

This commit is contained in:
renovate[bot] 2023-12-27 22:59:30 +00:00 committed by GitHub
parent 5746f3cb9e
commit 25010b2b89
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 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 19,
"version": "26.0.8-apache",
"tipi_version": 20,
"version": "26.0.10-apache",
"categories": [
"data"
],
@ -32,5 +32,8 @@
"env_variable": "NEXTCLOUD_ADMIN_PASSWORD"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
nextcloud:
container_name: nextcloud
image: nextcloud:26.0.8-apache
image: nextcloud:26.0.10-apache
restart: unless-stopped
ports:
- ${APP_PORT}:80