ci,makefile: bump hadolint to v2.10.0-alpine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-04-20 20:03:25 +02:00
parent 614c7e819d
commit 5d88f9fc8a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ platform:
steps:
- name: hadolint
pull: always
image: hadolint/hadolint:v2.9.3-alpine
image: hadolint/hadolint:v2.10.0-alpine
commands:
- hadolint --version
- hadolint Containerfile

View File

@ -12,7 +12,7 @@ kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo -
vcs_ref = $$(git rev-parse --short HEAD)
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
hadolintimg = hadolint/hadolint
hadolinttag = v2.9.3-alpine
hadolinttag = v2.10.0-alpine
hadolintargs = run --rm -i -v $$PWD/.hadolint.yaml:/root/.config/hadolint.yaml
.PHONY: hadolint build kaniko clean test prune