Skip to content

Commit

Permalink
Using latest busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Mar 26, 2016
1 parent 6ee99af commit 59e91e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/executor/checks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestDockerScriptCheck(t *testing.T) {
t.Fatalf("error creating docker client: %v", err)
}

if err := client.PullImage(docker.PullImageOptions{Repository: "busybox", Tag: "1-uclibc"},
if err := client.PullImage(docker.PullImageOptions{Repository: "busybox", Tag: "latest"},
docker.AuthConfiguration{}); err != nil {
t.Fatalf("error pulling redis: %v", err)
}
Expand Down

0 comments on commit 59e91e1

Please sign in to comment.