chore: bump kaniko version to 1.5.2-debug

This commit is contained in:
surtur 2021-04-21 02:31:48 +02:00
parent b6919b2cda
commit 4b5ab7f6fb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:v1.5.2
FROM gcr.io/kaniko-project/executor:v1.5.2-debug
ADD release/linux/amd64/kaniko-docker /kaniko/
ENTRYPOINT ["/kaniko/kaniko-docker"]