1 Commits

Author SHA1 Message Date
renovate[bot]
419afdc93d chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.21.0 2024-02-29 20:35:02 +00:00

View File

@@ -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.0-debug
SHELL ["/busybox/sh", "-c"]