From 9b8c5e9455e43a805ca4388e87045d29baa331db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:43:51 +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..b2f83d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hadolint/hadolint:v1.23.0 AS hadolint +FROM hadolint/hadolint:2.12.0 AS hadolint FROM koalaman/shellcheck:v0.9.0 AS shellcheck FROM alpine:3.16 as build