Update gcr.io/kaniko-project/executor Docker tag to v1.21.1
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details

This commit is contained in:
ODIT Renovate Bot 2024-03-06 23:08:54 +00:00
parent 9e5f2c7ae1
commit a696f729f9
Signed by: odit_renovate
GPG Key ID: 86A2EC9C675C8E6D
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.21.1-debug
ENV HOME /root
ENV USER root