Skip to content

Commit

Permalink
backport of commit 830297b (#23318)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Kazmierczak <[email protected]>
  • Loading branch information
hc-github-team-nomad-core and pkazmierczak authored Jun 13, 2024
1 parent 264c3f1 commit 7f10255
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 7f10255

Please sign in to comment.