From 51660bab9cc55618d92c68ad211657e41dbaf071 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jan 2024 16:22:44 +0100 Subject: [PATCH] chore(deps): update registry.mgrote.net/allzweckcontainer docker digest to 97c3d59 (#12) 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 5b9fc98..291f892 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: registry.mgrote.net/allzweckcontainer@sha256:950a66ed251502529aa46d65a94865a5ddb11f747bc6c0849f3b4e6d8c08e556 + image: registry.mgrote.net/allzweckcontainer@sha256:97c3d59801cbb4483cb827dcd9668df2ec9044b060b93434a690b157adaaf02a commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do