Compare commits

..

1 Commits

Author SHA1 Message Date
a696f729f9
Update gcr.io/kaniko-project/executor Docker tag to v1.21.1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
2024-03-06 23:08:54 +00:00

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