From cfd0877d2a5b4e76e690220568e39d81cdc0ffc5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Oct 2025 18:05:37 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v29.0.16 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.0