mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-04-19 16:58:13 +02:00
Update gcr.io/kaniko-project/executor to v1.9.2
This commit is contained in:
parent
78060c4e9d
commit
cfc9f969e2
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue