From 0b45e3b5b56325cd094b90f88b0f2ae2d175ee8b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 20 Sep 2025 01:43:21 +0200 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.9-fpm docker digest to 5e1d5f2 (#39749) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud) ([source](https://redirect.github.com/nextcloud/docker)) | final | digest | `dae4f63` -> `5e1d5f2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). --- containers/apps/nextcloud-fpm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/nextcloud-fpm/Dockerfile b/containers/apps/nextcloud-fpm/Dockerfile index 6f5e1e81999..ba0999d71c5 100644 --- a/containers/apps/nextcloud-fpm/Dockerfile +++ b/containers/apps/nextcloud-fpm/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/nextcloud:31.0.9-fpm@sha256:dae4f63d2d43f2b5a3e6211636652374209f782e5ded8f04bad7d4be345e003b +FROM public.ecr.aws/docker/library/nextcloud:31.0.9-fpm@sha256:5e1d5f257e216882ed1800f4b426a43d8b7fddd2c3595dd08c0c248fc7873a4b # Adds SURY PHP repository (This is a workaround because IMAP php extension is no longer available in Debian Trixie) # https://github.com/nextcloud/docker/issues/2456