From 11eb880284ae2b3b57b949c859b935dedd42136c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Feb 2024 18:55:28 +0100 Subject: [PATCH] chore(deps): update registry.mgrote.net/allzweckcontainer docker digest to f8ca435 (#740) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | registry.mgrote.net/allzweckcontainer | digest | `5ac7731` -> `f8ca435` | --- ### 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 is behind base branch, 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://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/740 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 162c329c..757314e6 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -10,7 +10,7 @@ steps: - tag shellcheck: - image: registry.mgrote.net/allzweckcontainer@sha256:5ac77318fc5fd4c6b6670cc3e54d3bf0e8639e1b25d00af1a9ed41e7853ad4fb + image: registry.mgrote.net/allzweckcontainer@sha256:f8ca4352976dff1f1506a09a3f1d1b13d8db743b94a3b42b8523665a92afd730 commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -not -path './friedhof/*' -exec file {} \; | while IFS= read -r line; do