diff --git a/compose.yaml b/compose.yaml index 647ea06..c0bd38a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -43,7 +43,7 @@ services: start_period: 5m app: - image: nextcloud:29.0.0-fpm + image: nextcloud:29.0.16-fpm depends_on: - db configs: @@ -97,7 +97,7 @@ services: start_period: 5m cron: - image: nextcloud:29.0.0-fpm + image: nextcloud:29.0.16-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached