docker: update image in TestDockerDriver_Start_Image_HTTPS (#23309)

This commit is contained in:
Piotr Kazmierczak
2024-06-12 16:13:39 +02:00
committed by GitHub
parent 0e8a67f0e1
commit 830297bcf0

View File

@@ -712,7 +712,7 @@ func TestDockerDriver_Start_Image_HTTPS(t *testing.T) {
testutil.DockerCompatible(t)
taskCfg := TaskConfig{
Image: "https://gcr.io/google_containers/pause:0.8.0",
Image: "https://gcr.io/google_containers/pause:3.2",
ImagePullTimeout: "5m",
}
task := &drivers.TaskConfig{