1 Commits

Author SHA1 Message Date
renovate[bot]
83ddee1c8b chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.9.1 2022-12-27 21:20:48 +01:00

View File

@@ -2,7 +2,7 @@ FROM alpine as certs
RUN apk --update add ca-certificates
FROM gcr.io/kaniko-project/executor:v1.7.0-debug
FROM gcr.io/kaniko-project/executor:v1.9.1-debug
SHELL ["/busybox/sh", "-c"]