ci,makefile: bump hadolint to v2.12.0-alpine
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
3038ed8c37
commit
df1f591a11
@ -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
|
||||||
@ -69,6 +69,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2bd08633e4e34aa76cd01d1b43208ca2db69f5d5ce8e1fd4506c7fdd677748e7
|
hmac: 6bf216438f0cee5fa14d5a4dbbde1bacc6fe692efed7d65cf1140daea0a83f2a
|
||||||
|
|
||||||
...
|
...
|
||||||
|
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo $
|
|||||||
vcs_ref = $$(git rev-parse --short HEAD || echo development)
|
vcs_ref = $$(git rev-parse --short HEAD || echo development)
|
||||||
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.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