From d271ec0d43279c3e4bca9fa3b620c87dfd19fd27 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Oct 2025 18:00:53 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v32 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index c0bd38a..1683e58 100644 --- a/compose.yaml +++ b/compose.yaml @@ -43,7 +43,7 @@ services: start_period: 5m app: - image: nextcloud:29.0.16-fpm + image: nextcloud:32.0.1-fpm depends_on: - db configs: @@ -97,7 +97,7 @@ services: start_period: 5m cron: - image: nextcloud:29.0.16-fpm + image: nextcloud:32.0.1-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached -- 2.49.0