ci,makefile: 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 15:09:39 +02:00
parent 03adb075e2
commit ebb0a9ba19
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ platform:
steps:
- name: hadolint
pull: always
image: ghcr.io/hadolint/hadolint:v2.10.0-alpine
image: ghcr.io/hadolint/hadolint:v2.12.0-alpine
commands:
- hadolint --version
- hadolint Containerfile
@ -71,6 +71,6 @@ trigger:
---
kind: signature
hmac: 18e742c6888e263000effd478f5d5fef0245b722b5764241c855b67833be3814
hmac: 7931cfdebeb07f3d99c5794917674d0ebb0786c73ea1332b2b1918324afb6b5d
...

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