1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-04-19 16:58:13 +02:00

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

This commit is contained in:
renovate[bot] 2023-03-27 19:45:36 +00:00 committed by GitHub
parent 78060c4e9d
commit cc3e205d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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