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

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

This commit is contained in:
renovate[bot] 2024-04-04 14:29:59 +00:00 committed by GitHub
parent 8de7c88b27
commit 4a716d0dc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.21.1-debug FROM gcr.io/kaniko-project/executor:v1.22.0-debug
SHELL ["/busybox/sh", "-c"] SHELL ["/busybox/sh", "-c"]