From cfc9f969e211ed7124cce5475c46b69c420a89f8 Mon Sep 17 00:00:00 2001 From: Gunnar Lilleaasen Date: Tue, 9 May 2023 16:53:46 +0200 Subject: [PATCH] Update gcr.io/kaniko-project/executor to v1.9.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a3cc1c..e7d8a2c 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.9.1-debug +FROM gcr.io/kaniko-project/executor:v1.9.2-debug SHELL ["/busybox/sh", "-c"]