diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index bfaed57..4f28e5d 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -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'