From dba4be7e3df3a241fa6cea39ed05330925ea9066 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 14 Mar 2025 19:12:50 +0100 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.0-fpm docker digest to cc8d672 (#33240) 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 | `c3e5839` -> `cc8d672` | --- ### 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 343ce5e6d41..a08333f936e 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.0-fpm@sha256:c3e583992e26461ff0cac8d3d618ea98812811a1f1bc6d60e5635e6f0ac80b86 +FROM public.ecr.aws/docker/library/nextcloud:31.0.0-fpm@sha256:cc8d6729d111d60f21120de7c7c1d9b27cc6057f79c51a6e1a00b8f5ca359d1d # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL4006 RUN set -ex; \ \