From 5d88f9fc8a571102d1cd01a07e674ed1f04dfb0f Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 20 Apr 2022 20:03:25 +0200 Subject: [PATCH] ci,makefile: bump hadolint to v2.10.0-alpine --- .drone.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 538a14b..aa8c8dd 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.10.0-alpine commands: - hadolint --version - hadolint Containerfile diff --git a/Makefile b/Makefile index 8492345..43a09d5 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.10.0-alpine hadolintargs = run --rm -i -v $$PWD/.hadolint.yaml:/root/.config/hadolint.yaml .PHONY: hadolint build kaniko clean test prune