1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-06-08 21:15:09 +02:00
This commit is contained in:
renovate[bot] 2025-05-23 03:38:47 +00:00 committed by GitHub
commit f71252b0af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]