ci,makefile: bump hadolint to v2.12.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
03adb075e2
commit
ebb0a9ba19
@ -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
|
||||
|
||||
...
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user