From 5dc1dc1d6bf67c7da0cfa023004e16a736d5711f Mon Sep 17 00:00:00 2001 From: technical renovate Date: Tue, 27 Sep 2022 05:07:37 +0000 Subject: [PATCH] chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.9.1 --- templates/container/container-build.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/container/container-build.gitlab-ci.yml b/templates/container/container-build.gitlab-ci.yml index d1b5853..a029abb 100644 --- a/templates/container/container-build.gitlab-ci.yml +++ b/templates/container/container-build.gitlab-ci.yml @@ -36,7 +36,7 @@ .container-build-kaniko: extends: .container-build-common image: - name: gcr.io/kaniko-project/executor:v1.9.0-debug + name: gcr.io/kaniko-project/executor:v1.9.1-debug entrypoint: [ "" ] variables: DOCKERFILE_LOCATION: $CI_PROJECT_DIR/Dockerfile