.hadolint.yaml rule updated
Some checks failed
build / Dockerfile lint (push) Failing after 11s
build / build (push) Successful in 32s

This commit is contained in:
Roger Sikorski 2023-11-12 17:34:41 +01:00
parent ef2fd4978d
commit b05d480a35
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -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