From b05d480a35a46b50c9e5d68f22bc4b5c7787514d Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Sun, 12 Nov 2023 17:34:41 +0100 Subject: [PATCH] .hadolint.yaml rule updated --- .hadolint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hadolint.yaml b/.hadolint.yaml index 2cecf68..d12e316 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,3 +1,4 @@ ignored: - DL3013 # https://github.com/hadolint/hadolint/wiki/DL3013 allow install latest package - - DL3018 # https://github.com/hadolint/hadolint/wiki/DL3018 no need to pin specific version + - DL3008 # https://github.com/hadolint/hadolint/wiki/DL3008 ubuntu: no need to pin specific version + - DL3018 # https://github.com/hadolint/hadolint/wiki/DL3018 alpine: no need to pin specific version