From 3d38d7a5ff6f271efea4621444668038b761bb01 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 18 Oct 2023 14:11:14 +0200 Subject: [PATCH] makefile, ci: 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 a20347e..b377977 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ platform: steps: - name: hadolint pull: always - image: hadolint/hadolint:v2.9.3-alpine + image: hadolint/hadolint:v2.12.0-alpine commands: - hadolint --version - hadolint Dockerfile @@ -140,6 +140,6 @@ steps: --- kind: signature -hmac: 8cd78f803f03fdb5392c25a7402df45a376edbb327ac12952820a45406ee2eb3 +hmac: ddafa86803bc196966b1b7db150d5d7faec27cc157b87e689f18fb153d6aea9c ... diff --git a/Makefile b/Makefile index dbebe7e..56821de 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 = hadolint/hadolint -hadolinttag = v2.9.3-alpine +hadolinttag = v2.12.0-alpine hadolintargs = run --rm -i -v $$PWD:/src:z --workdir=/src .PHONY: hadolint build kaniko clean test prune