From ebb0a9ba19e411468db7ff2e87fe914e53f14e09 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 18 Oct 2023 15:09:39 +0200 Subject: [PATCH] ci,makefile: bump hadolint to v2.12.0 --- .drone.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d52d462..ca3a4a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/Makefile b/Makefile index af45c18..9748e9b 100644 --- a/Makefile +++ b/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