From 09a294141dae98db750d53f8f68565add26e1bce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:58:10 +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