From bd896a98e3faa2dd9be3bbf13e04cccba20e5a46 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 26 Feb 2025 19:09:30 +0100 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.0-fpm docker digest to dd76149 (#32584) 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 | `c9436dd` -> `dd76149` | --- > [!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 091b85ce3c2..5d8521a16bb 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:c9436ddff3e46531143074b6054800361b1f2cf0b1e76303496d8433f4d3c8ff +FROM public.ecr.aws/docker/library/nextcloud:31.0.0-fpm@sha256:dd76149894cc80b2d55b06d9d3f79a8aacc9d5246161bdcf4e0271406af10c8e # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL4006 RUN set -ex; \ \