[go: nahoru, domu]

Skip to content

Commit

Permalink
CI: update busybox image to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanzhang authored and Creatone committed Jul 4, 2024
1 parent 89f779d commit db6c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (a dockerActions) RunPause() string {
// Run the specified command in a Docker busybox container.
func (a dockerActions) RunBusybox(cmd ...string) string {
return a.Run(DockerRunArgs{
Image: "registry.k8s.io/busybox",
Image: "registry.k8s.io/busybox:1.27",
}, cmd...)
}

Expand Down

0 comments on commit db6c09c

Please sign in to comment.