Add support for docker hub mirrors and update image version (#1)

This commit is contained in:
CrimsonFez 2024-01-12 14:23:42 -06:00 committed by GitHub
parent ca7005705e
commit 5d73eef647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:debug-v0.19.0
FROM gcr.io/kaniko-project/executor:v1.19.2-debug
ENV HOME /root
ENV USER root