From cf2ae60c155883b626a4170cc4a2bada304c7a44 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 13 Nov 2024 13:12:15 +0100 Subject: [PATCH] chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to f927422 (#29292) 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 | |---|---|---|---| | docker.io/nextcloud | final | digest | `3189102` -> `f927422` | --- > [!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 4901c49e9661..26b9eb6df777 100644 --- a/containers/apps/nextcloud-fpm/Dockerfile +++ b/containers/apps/nextcloud-fpm/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nextcloud:30.0.2-fpm@sha256:318910281021d56c36165c16a1983afbee9aaa5f11ccfe2a6f63e3d85aff89ae +FROM docker.io/nextcloud:30.0.2-fpm@sha256:f92742257faf16f888441d83f8a2c223845a94fea418ec5f0f791b4264f52a79 # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL4006 RUN set -ex; \ \