From b272a8c17e7ed2f0319865855cc7fc070c545ca4 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 26 Jan 2024 23:29:01 +0100 Subject: [PATCH] ci: set image for hadolint --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index b4c587c..5ccac95 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -9,7 +9,7 @@ steps: exclude: - tag hadolint: - image: hadolint/hadolint:latest-debian + image: pipelinecomponents/hadolint:0.25.9 commands: - hadolint Dockerfile when: