mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-12-13 12:40:38 +00:00
chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.24.0
This commit is contained in:
@ -2,7 +2,7 @@ FROM alpine as certs
|
||||
|
||||
RUN apk --update add ca-certificates
|
||||
|
||||
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||
FROM gcr.io/kaniko-project/executor:v1.24.0-debug
|
||||
|
||||
SHELL ["/busybox/sh", "-c"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user