diff --git a/pkg/framework/util.go b/pkg/framework/util.go index c9d8f322df..21fb293e2e 100644 --- a/pkg/framework/util.go +++ b/pkg/framework/util.go @@ -50,7 +50,7 @@ const ( DefaultAttempt uint32 = 2 // DefaultContainerImage is the default image for container using - DefaultContainerImage string = "busybox:1.26" + DefaultContainerImage string = "busybox:1.28" // DefaultStopContainerTimeout is the default timeout for stopping container DefaultStopContainerTimeout int64 = 60