From 542501ff1eec039746e52f3318c01212091513ba Mon Sep 17 00:00:00 2001 From: ODIT Renovate Bot Date: Thu, 29 Jun 2023 19:21:03 +0000 Subject: [PATCH] Update gcr.io/kaniko-project/executor Docker tag to v1.12.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f8c85f..04a429f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add dos2unix --no-cache --update && rm -rf /var/cache/apk/* COPY plugin.sh ./ RUN dos2unix plugin.sh -FROM gcr.io/kaniko-project/executor:v1.8.1-debug +FROM gcr.io/kaniko-project/executor:v1.12.1-debug ENV HOME /root ENV USER root -- 2.47.2