From cc71e1bfd17cf3389c7580e08c43e1bd7defc130 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 2 Sep 2025 14:10:17 -0300 Subject: [PATCH] Update Dockerfile to use stable hadolint version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8323dfa..209d5f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hadolint/hadolint:v2.13.1-beta2-debian +FROM hadolint/hadolint:v2.13.1-debian COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh