chore(deps): update nextcloud docker tag to v26.0.12 (#2689)

This commit is contained in:
renovate[bot] 2024-03-05 01:54:06 +00:00 committed by GitHub
parent d2587831f2
commit 6c9bb4d883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 21,
"version": "26.0.11-apache",
"tipi_version": 22,
"version": "26.0.12-apache",
"categories": [
"data"
],

View File

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