chore: bumped kaniko to 1.7.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-10-21 00:43:37 +02:00
parent ac015e1f9a
commit b783a94e4e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

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