From db49d8d70a5ba7bb87b7d57a3919146d58233a46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:38:41 +0000 Subject: [PATCH] Update hadolint/hadolint Docker tag to v2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ced207..d7e4b4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hadolint/hadolint:v1.23.0 AS hadolint +FROM hadolint/hadolint:v2.12.0 AS hadolint FROM koalaman/shellcheck:v0.9.0 AS shellcheck FROM alpine:3.16 as build