From 82c0c24f3c483e8acca671ccb4b80fbe5a7b170e Mon Sep 17 00:00:00 2001 From: klfgit Date: Thu, 10 Mar 2022 18:32:38 -0500 Subject: [PATCH] Downgrade to version 1.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2f8893..3d7047f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine as certs RUN apk --update add ca-certificates -FROM gcr.io/kaniko-project/executor:debug +FROM gcr.io/kaniko-project/executor:v1.7.0-debug SHELL ["/busybox/sh", "-c"]