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:
|
steps:
|
||||||
- name: hadolint
|
- name: hadolint
|
||||||
pull: always
|
pull: always
|
||||||
image: ghcr.io/hadolint/hadolint:v2.10.0-alpine
|
image: ghcr.io/hadolint/hadolint:v2.12.0-alpine
|
||||||
commands:
|
commands:
|
||||||
- hadolint --version
|
- hadolint --version
|
||||||
- hadolint Containerfile
|
- hadolint Containerfile
|
||||||
@ -71,6 +71,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
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)
|
vcs_ref = $$(git rev-parse --short HEAD)
|
||||||
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||||
hadolintimg = ghcr.io/hadolint/hadolint
|
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
|
hadolintargs = run --rm -i -v $$PWD:/src:z --workdir=/src
|
||||||
|
|
||||||
.PHONY: hadolint build kaniko clean test prune
|
.PHONY: hadolint build kaniko clean test prune
|
||||||
|
Loading…
Reference in New Issue
Block a user