From 1a80496abd620557d25b48818a2336c7e474c5ff Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 24 Mar 2022 16:24:28 +0100 Subject: [PATCH] ci,makefile: bump hadolint to v2.9.3-alpine --- .drone.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f93a36f..a7ef8e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ platform: steps: - name: hadolint pull: always - image: hadolint/hadolint:v2.9.2-alpine + image: hadolint/hadolint:v2.9.3-alpine commands: - hadolint --version - hadolint Dockerfile diff --git a/Makefile b/Makefile index 8f67c30..60639f1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ kanikocontext = . kanikoargs = -f=$(dfile) -c=$(kanikocontext) --use-new-run --snapshotMode=redo --build-arg BUILD_DATE=$(build_date) --build-arg VCS_REF=$(vcs_ref) --no-push vcs_ref = $$(git rev-parse --short HEAD) build_date= $$(date -u +"%Y-%m-%dT%H:%M:%SZ") -hadolintimg = hadolint/hadolint:v2.7.0-alpine +hadolintimg = hadolint/hadolint:v2.9.3-alpine hadolintargs = run --rm -i -v $$PWD/.hadolint.yaml:/root/.config/hadolint.yaml .PHONY: hadolint build kaniko clean test prune