1 Commits

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