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

This commit is contained in:
ODIT Renovate Bot 2022-08-24 13:50:07 +00:00
parent 742672c723
commit fcf8f4aa98
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
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