From 4f9a6a7f2caf5b323cf03ebddd672d2c31faf42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:54:45 +0000 Subject: [PATCH] chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 172249b..8e0f846 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine as certs RUN apk --update add ca-certificates -FROM gcr.io/kaniko-project/executor:v1.19.2-debug +FROM gcr.io/kaniko-project/executor:v1.20.0-debug SHELL ["/busybox/sh", "-c"]