From ea744cebe5380d53bb0789021735d1bba62259c4 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 21 Oct 2021 00:55:18 +0200 Subject: [PATCH] chore(makefile): bump kaniko to 1.7.0 [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 514febe..46ccf05 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ dargs = build -t $(dtag) --no-cache --pull - < $(dfile) cleanargs = image rm -f $(dtag) pruneargs = system prune -af dargskaniko = run --rm -it -w=$(kanikowdir) -v $$PWD:$(kanikowdir) -kanikoexecutorimg = gcr.io/kaniko-project/executor@sha256:6ecc43ae139ad8cfa11604b592aaedddcabff8cef469eda303f1fb5afe5e3034 +kanikoexecutorimg = gcr.io/kaniko-project/executor:v1.7.0-debug kanikowdir = /src 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