From 08d88bb9bafc7ad63bd75c54da4cf2819dda4934 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 29 Oct 2024 05:11:01 +0100 Subject: [PATCH] chore(container): update docker.io/nextcloud:30.0.1-fpm docker digest to 315fb2f (#28512) 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 | `a45c76b` -> `315fb2f` | --- ### 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 14398380a41..038aa0bdf14 100644 --- a/containers/apps/nextcloud-fpm/Dockerfile +++ b/containers/apps/nextcloud-fpm/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nextcloud:30.0.1-fpm@sha256:a45c76bad7a7cdc9b6d034409f1dabc23cc6bd3e6bb3ce62866eda1f9c10d114 +FROM docker.io/nextcloud:30.0.1-fpm@sha256:315fb2ff415a80ff7c9b637d5571e925750fc003ea6e0e0765fc9720a09b2eda # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL4006 RUN set -ex; \ \