From 3ab5769456217d0fb00392f1c858b598f25519e9 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 19 Aug 2023 17:15:35 +0200 Subject: [PATCH] ci: Use alpine --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ce6fcaf..fef3504 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ steps: lint: - image: koalaman/shellcheck + image: koalaman/shellcheck-alpine commands: - shellcheck entrypoint.sh