makefile, ci: 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
e52089322f
commit
3d38d7a5ff
@ -10,7 +10,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: hadolint
|
- name: hadolint
|
||||||
pull: always
|
pull: always
|
||||||
image: hadolint/hadolint:v2.9.3-alpine
|
image: hadolint/hadolint:v2.12.0-alpine
|
||||||
commands:
|
commands:
|
||||||
- hadolint --version
|
- hadolint --version
|
||||||
- hadolint Dockerfile
|
- hadolint Dockerfile
|
||||||
@ -140,6 +140,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 8cd78f803f03fdb5392c25a7402df45a376edbb327ac12952820a45406ee2eb3
|
hmac: ddafa86803bc196966b1b7db150d5d7faec27cc157b87e689f18fb153d6aea9c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
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 = hadolint/hadolint
|
hadolintimg = hadolint/hadolint
|
||||||
hadolinttag = v2.9.3-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