1 Commits

Author SHA1 Message Date
renovate[bot]
9223ef89b8 chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.22.0 2024-04-22 22:50:48 +02:00

View File

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