fixed base image

This commit is contained in:
Aman Singh
2022-08-01 12:49:29 +05:30
parent 62904766db
commit 261458b664
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:v1.6.0
FROM gcr.io/kaniko-project/executor:v1.8.1
ENV KANIKO_VERSION=1.6.0
ADD release/linux/amd64/kaniko-acr /kaniko/
+1 -1
View File
@@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:arm64-v1.6.0
FROM gcr.io/kaniko-project/executor:arm64-v1.8.1
ENV HOME /root
ENV USER root