Skip to content

Commit

Permalink
docker: update image in TestDockerDriver_Start_Image_HTTPS (#23309)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak authored Jun 12, 2024
1 parent 0e8a67f commit 830297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/docker/driver_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 830297b

Please sign in to comment.