diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index ed60027..737d5fd 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: - tag shellcheck: - image: registry.mgrote.net/allzweckcontainer@sha256:6cc0c5abd063331dd5e205d133ec76097b5d482752fe7ca9b40235ae7712f112 + image: registry.mgrote.net/allzweckcontainer@sha256:3e08897c076f2e50aa304c0b28aef96ed3a84ee67257a66d19b26fc1fe899ad4 commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do