chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.9.1

This commit is contained in:
renovate[bot]
2022-11-20 19:51:16 +00:00
committed by Alex Viscreanu
parent 57fd639926
commit 83ddee1c8b

View File

@@ -2,7 +2,7 @@ FROM alpine as certs
RUN apk --update add ca-certificates RUN apk --update add ca-certificates
FROM gcr.io/kaniko-project/executor:v1.7.0-debug FROM gcr.io/kaniko-project/executor:v1.9.1-debug
SHELL ["/busybox/sh", "-c"] SHELL ["/busybox/sh", "-c"]