From 4b7f776a8935184245969a66e28e110f9464f5d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:49:39 +0000 Subject: [PATCH] fix(deps): update nextcloud docker tag to v33.0.6 --- template/compose.nextcloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/compose.nextcloud.yaml b/template/compose.nextcloud.yaml index 742e5b2..ddd339f 100644 --- a/template/compose.nextcloud.yaml +++ b/template/compose.nextcloud.yaml @@ -6,7 +6,7 @@ services: nextcloud: container_name: nextcloud - image: nextcloud:33.0.1-apache + image: nextcloud:33.0.6-apache restart: unless-stopped depends_on: - db @@ -31,7 +31,7 @@ services: nextcloud-cron: container_name: nextcloud-cron - image: nextcloud:33.0.1-apache + image: nextcloud:33.0.6-apache restart: unless-stopped depends_on: - db