Skip to content

Commit 8cbb0cb

Browse files
authored
Merge pull request #2811 from lizardruss/ENG-2940
fix: update kaniko build image
2 parents b231409 + b445dc9 commit 8cbb0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/devspace/build/builder/kaniko/build_pod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const kanikoInitImage = "alpine"
2525

2626
// The kaniko build image we use by default
27-
const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.8.1"
27+
const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.20.1"
2828

2929
// The context path within the kaniko pod
3030
const kanikoContextPath = "/context"

0 commit comments

Comments
 (0)