chore(ci): bump hadolint to tag 'v2.7.0-alpine'
All checks were successful
continuous-integration/drone/push Build is passing

add ignore of the multiple consecutive 'RUN' statements notice
This commit is contained in:
surtur 2021-09-30 13:10:58 +02:00
parent be7d4b9716
commit 866b668074
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ platform:
steps:
- name: hadolint
pull: always
image: hadolint/hadolint:v1.23.0-8-gb01c5a9-alpine
image: hadolint/hadolint:v2.7.0-alpine
commands:
- hadolint --version
- hadolint Dockerfile

View File

@ -1 +1,2 @@
ignored:
- DL3059