From 15a795affd90324aef688007d1bca03763b4f16d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Jul 2026 11:19:36 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v32.0.12 (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | nextcloud | patch | `32.0.11-fpm` -> `32.0.12-fpm` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.coopcloud.tech/coop-cloud/nextcloud/pulls/89 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- compose.fulltextsearch.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.fulltextsearch.yml b/compose.fulltextsearch.yml index 322e463..3ecc656 100644 --- a/compose.fulltextsearch.yml +++ b/compose.fulltextsearch.yml @@ -29,7 +29,7 @@ services: mode: 0600 searchindexer: - image: nextcloud:32.0.11-fpm + image: nextcloud:32.0.12-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached diff --git a/compose.yml b/compose.yml index 880a507..c28829c 100644 --- a/compose.yml +++ b/compose.yml @@ -48,7 +48,7 @@ services: start_period: 5m app: - image: nextcloud:32.0.11-fpm + image: nextcloud:32.0.12-fpm depends_on: - db configs: @@ -109,7 +109,7 @@ services: start_period: 15m cron: - image: nextcloud:32.0.11-fpm + image: nextcloud:32.0.12-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached