From 5553f51ae0945c20f70a490e24f9387b13b56048 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 22:21:44 +0100 Subject: [PATCH] chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.0.131 (#19) 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 f70e1a7..5405918 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: "registry.mgrote.net/allzweckcontainer:v1.0.121" + image: "registry.mgrote.net/allzweckcontainer:v1.0.131" commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do