Merge pull request #123 from meienberger/renovate/nextcloud-25.x

chore(deps): update nextcloud docker tag to v25
This commit is contained in:
Nicolas Meienberger 2022-10-20 09:39:15 +02:00 committed by GitHub
commit 4ae7247011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 5,
"version": "24.0.6-apache",
"tipi_version": 6,
"version": "25.0.0-apache",
"categories": [
"data"
],

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
nextcloud:
container_name: nextcloud
image: nextcloud:24.0.6-apache
image: nextcloud:25.0.0-apache
restart: unless-stopped
ports:
- ${APP_PORT}:80
@ -70,7 +70,7 @@ services:
- tipi_main_network
cron:
image: nextcloud:24.0.6-apache
image: nextcloud:25.0.0-apache
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html