ci,makefile: bump hadolint to v2.12.0-alpine
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2022-12-16 17:14:24 +01:00
parent 3038ed8c37
commit df1f591a11
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
2 changed files with 3 additions and 3 deletions

@ -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
@ -69,6 +69,6 @@ trigger:
---
kind: signature
hmac: 2bd08633e4e34aa76cd01d1b43208ca2db69f5d5ce8e1fd4506c7fdd677748e7
hmac: 6bf216438f0cee5fa14d5a4dbbde1bacc6fe692efed7d65cf1140daea0a83f2a
...

@ -13,7 +13,7 @@ kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo $
vcs_ref = $$(git rev-parse --short HEAD || echo development)
build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ")
hadolintimg = 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