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

This commit is contained in:
surtur 2023-10-18 14:11:14 +02:00
parent e52089322f
commit 3d38d7a5ff
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 3 additions and 3 deletions

@ -10,7 +10,7 @@ platform:
steps:
- name: hadolint
pull: always
image: hadolint/hadolint:v2.9.3-alpine
image: hadolint/hadolint:v2.12.0-alpine
commands:
- hadolint --version
- hadolint Dockerfile
@ -140,6 +140,6 @@ steps:
---
kind: signature
hmac: 8cd78f803f03fdb5392c25a7402df45a376edbb327ac12952820a45406ee2eb3
hmac: ddafa86803bc196966b1b7db150d5d7faec27cc157b87e689f18fb153d6aea9c
...

@ -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.12.0-alpine
hadolintargs = run --rm -i -v $$PWD:/src:z --workdir=/src
.PHONY: hadolint build kaniko clean test prune