From 86b3a57e8be2a96163197160c0bf1b8e81c6cd10 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 12 Nov 2024 17:12:54 +0100 Subject: [PATCH] chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to e13dfe0 (#29219) 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 | `5c37219` -> `e13dfe0` | --- > [!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 d9aa8e5e0da..e3a21267e2e 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:5c372192ceb6426c0477270a95445afaa6039394de077ead54b212b5e09fc773 +FROM docker.io/nextcloud:30.0.2-fpm@sha256:e13dfe0242bd0a5141991b126098cfb885ffb954d74def7005830d7ba36cb635 # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL4006 RUN set -ex; \ \