Merge branch 'sh-update-kaniko' into 'master'

Update kaniko to v1.11.0

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/693

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Jessie Young <jessieyoung@gitlab.com>
This commit is contained in:
Stan Hu 2023-06-13 05:07:21 +00:00
commit 4385e13b0f

View file

@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:debug-v1.3.0 AS kaniko
FROM gcr.io/kaniko-project/executor:v1.11.0-debug AS kaniko
FROM alpine/git