Update nextcloud Docker tag to v23

This commit is contained in:
Renovate Bot 2021-12-24 08:05:14 +00:00
parent 45fc525ad2
commit e1cc7a0106

View file

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