From ec6684921b09c4173b9e23a702db364085f2fc4c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 5 Aug 2025 20:06:42 +0200 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.7-fpm docker digest to 67c2a20 (#38103) 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 | `1a20dc2` -> `67c2a20` | --- > [!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 e6ec8fced94..91dc284c242 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.7-fpm@sha256:1a20dc211cac70890d4f0a61b6ef06e0d47dca91ace64b6a9af9b49de2c8f627 +FROM public.ecr.aws/docker/library/nextcloud:31.0.7-fpm@sha256:67c2a20b74d8d3e5f5550317f91e7e7f874f5cdd9596b5be29fec68ed4ebdf1b # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL4006 RUN set -ex; \ \