Update kaniko to v1.11.0

This is needed to build on the latest version of Google COS.

Relates to https://gitlab.com/gitlab-org/quality/engineering-productivity/master-broken-incidents/-/issues/2738
This commit is contained in:
Stan Hu 2023-06-12 21:40:59 -07:00
parent cc47f93cff
commit 51a844262a
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

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