Update nextcloud Docker tag to v22 - autoclosed #31

Closed
Renovate Bot wants to merge 1 commits from renovate/nextcloud-22.x into master
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '2.4'
services:
app:
image: 'nextcloud:21.0.1-apache'
image: 'nextcloud:22.1.0-apache'
restart: 'always'
healthcheck:
@ -28,7 +28,7 @@ services:
- 'root:/var/www/html'
cron:
image: 'nextcloud:21.0.1-apache'
image: 'nextcloud:22.1.0-apache'
restart: 'always'
entrypoint: '/cron.sh'