Update gcr.io/kaniko-project/executor Docker tag to v1.9.0

This commit is contained in:
2022-08-24 13:50:07 +00:00
parent 742672c723
commit fcf8f4aa98

View File

@@ -4,7 +4,7 @@ RUN apk add dos2unix
COPY plugin.sh ./
RUN dos2unix plugin.sh
FROM gcr.io/kaniko-project/executor:v1.8.1-debug
FROM gcr.io/kaniko-project/executor:v1.9.0-debug
ENV HOME /root
ENV USER root