diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index c160c7d..5faa4cb 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -15,7 +15,7 @@ steps: - evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' shellcheck: - image: "koalaman/shellcheck-alpine:latest" + image: "koalaman/shellcheck-alpine:v0.10.0" commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do