From cc6c25f7670e2e72fe056caf003d507da9e0404c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:47:24 +0000 Subject: [PATCH] chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.11.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad8ea89..efe6bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --update --no-cache ca-certificates ## docker build --no-cache -t vela-kaniko:local . ## ########################################################## -FROM gcr.io/kaniko-project/executor:v1.10.0-debug +FROM gcr.io/kaniko-project/executor:v1.11.0-debug COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt