From 14adfd622787ac48a79f1d730ceb9232aee86fa5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 00:03:49 +0200 Subject: [PATCH] chore(deps): update alpine/git:latest docker digest to bd54f92 (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine/git | final | digest | `9c9c6de` -> `bd54f92` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/morten-olsen/homelab-operator). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- images/backup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/backup/Dockerfile b/images/backup/Dockerfile index 48a8adb..0ec7b51 100644 --- a/images/backup/Dockerfile +++ b/images/backup/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/git:latest@sha256:9c9c6debba3eac25c9230db4bbd1e17d0c27efffdb93e502a47f6f447ab90ac4 +FROM alpine/git:latest@sha256:bd54f921f6d803dfa3a4fe14b7defe36df1b71349a3e416547e333aa960f86e3 # or a more specific image like a Debian slim or Ubuntu base image. RUN apk add --no-cache restic fuse-overlayfs WORKDIR /app