From 8af94d9fae639af0fa3c9e4458fa6aa79996838b Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Thu, 26 Aug 2021 17:47:50 +0800 Subject: [PATCH] build: bump hadolint from v2.4.0 to v2.7.0 Signed-off-by: Eng Zer Jun --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e20d28..2fd839c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hadolint/hadolint:v2.4.0-debian +FROM hadolint/hadolint:v2.7.0-debian COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh