mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-12-17 14:29:02 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9223ef89b8 |
@ -2,7 +2,7 @@ FROM alpine as certs
|
||||
|
||||
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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user