Update gcr.io/kaniko-project/executor Docker tag to v1.22.0 #54

Open
odit_renovate wants to merge 1 commits from renovate/gcr.io-kaniko-project-executor-1.x into main
1 changed files with 1 additions and 1 deletions

View File

@ -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.12.1-debug
FROM gcr.io/kaniko-project/executor:v1.22.0-debug
ENV HOME /root
ENV USER root