From 2f0331e82152a2dd3f73cf3106b0aa5cd71d161a Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 20 Jul 2025 00:31:17 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a5dcf4..8323dfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hadolint/hadolint:v2.13.1-beta2-debian +FROM hadolint/hadolint:v2.13.1-beta2-debian COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh