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

Upgrade kaniko

This commit is contained in:
Idriss Neumann 2022-12-27 15:04:00 +01:00
parent 0c151452c1
commit 4bcc02328b
No known key found for this signature in database
GPG key ID: 15FD501F7013EBA0

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"]