Bumped kaniko version

This commit is contained in:
Nicolai Ort 2023-07-07 16:14:56 +02:00
parent 12f6917c39
commit 69254b8b53
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
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.8.1-debug
FROM gcr.io/kaniko-project/executor:v1.12.1-debug
ENV HOME /root
ENV USER root