chore(deps): update nextcloud docker tag to v25.0.12 (#1260)

This commit is contained in:
renovate[bot] 2023-09-22 01:35:51 +00:00 committed by GitHub
parent a8bfac52e7
commit 1ad32af283
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": 16,
"version": "25.0.11-apache",
"tipi_version": 17,
"version": "25.0.12-apache",
"categories": [
"data"
],

View File

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