Skip to content

Commit 9c47177

Browse files
authored
bump kaniko version
1 parent 8d0e83c commit 9c47177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6.0"
27+
const kanikoBuildImage = "gcr.io/kaniko-project/executor:v1.8.1"
2828

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

0 commit comments

Comments
 (0)