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

Downgrade to version 1.7.0

This commit is contained in:
klfgit 2022-03-10 18:32:38 -05:00 committed by GitHub
parent 161b9576a7
commit 82c0c24f3c
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 RUN apk --update add ca-certificates
FROM gcr.io/kaniko-project/executor:debug FROM gcr.io/kaniko-project/executor:v1.7.0-debug
SHELL ["/busybox/sh", "-c"] SHELL ["/busybox/sh", "-c"]