From 941db0791d5d2906c0688cdfeb142afc2026e9a5 Mon Sep 17 00:00:00 2001 From: Andrea Galbusera Date: Wed, 19 Aug 2026 18:24:27 +0200 Subject: [PATCH] feat: Bump Hadolint to v2.15.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0218a76..c7c53ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hadolint/hadolint:v2.15.0-debian +FROM ghcr.io/hadolint/hadolint:v2.15.1-debian@sha256:9a3944b7fddcb947d1ffd90829ac1a6e5c30479223358f249d8b96c7d0019e27 COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh