There was an error while loading. Please reload this page.
2 parents b231409 + b445dc9 commit 8cbb0cbCopy full SHA for 8cbb0cb
pkg/devspace/build/builder/kaniko/build_pod.go
@@ -24,7 +24,7 @@ import (
24
const kanikoInitImage = "alpine"
25
26
// The kaniko build image we use by default
27
-const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.8.1"
+const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.20.1"
28
29
// The context path within the kaniko pod
30
const kanikoContextPath = "/context"
0 commit comments