diff --git a/stacks/nextcloud.yml b/stacks/nextcloud.yml index e1bae08..8b8066d 100644 --- a/stacks/nextcloud.yml +++ b/stacks/nextcloud.yml @@ -2,7 +2,7 @@ version: '3.4' services: app: - image: 'nextcloud:23.0.8-apache' + image: 'nextcloud:24.0.4-apache' deploy: mode: 'replicated' @@ -48,7 +48,7 @@ services: - 'root:/var/www/html' cron: - image: 'nextcloud:23.0.8-apache' + image: 'nextcloud:24.0.4-apache' entrypoint: '/cron.sh' deploy: