mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-01-30 22:09:37 +01:00
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.21.1
This commit is contained in:
parent
ef9c4ca42e
commit
8de7c88b27
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.20.0-debug
|
||||
FROM gcr.io/kaniko-project/executor:v1.21.1-debug
|
||||
|
||||
SHELL ["/busybox/sh", "-c"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue