We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d09a4 + f3d46f8 commit 217ab73Copy full SHA for 217ab73
1 file changed
integration/client/client_unix_test.go
@@ -32,7 +32,7 @@ const (
32
)
33
34
var (
35
- testImage = "mirror.gcr.io/library/busybox:1.32"
+ testImage = "mirror.gcr.io/library/busybox:1.32.0"
36
shortCommand = withProcessArgs("true")
37
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
38
0 commit comments