Skip to content

Commit

Permalink
Merge pull request #2811 from lizardruss/ENG-2940
Browse files Browse the repository at this point in the history
fix: update kaniko build image
  • Loading branch information
lizardruss authored Feb 29, 2024
2 parents b231409 + b445dc9 commit 8cbb0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devspace/build/builder/kaniko/build_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const kanikoInitImage = "alpine"

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

// The context path within the kaniko pod
const kanikoContextPath = "/context"
Expand Down

0 comments on commit 8cbb0cb

Please sign in to comment.