Merge pull request 'Update gcr.io/kaniko-project/executor Docker tag to v1.9.0' (#28) from renovate/gcr.io-kaniko-project-executor-1.x into main

Reviewed-on: #28
This commit is contained in:
Nicolai Ort 2022-08-24 14:13:34 +00:00
commit 2d4c4276aa
Failed to generate hash of commit

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