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

This commit is contained in:
surtur 2022-04-30 16:26:27 +02:00
parent 1760f6e6cf
commit f1754e6e32
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 Dockerfile

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:/src:z --workdir=/src
.PHONY: hadolint build kaniko clean test prune