Skip to content

Commit

Permalink
Pin docker client for integ tests to 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
allisaurus committed Sep 3, 2019
1 parent ea1d651 commit 5d8672a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-cli/integ/e2e/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func getContainerNames(t *testing.T, containers []types.Container) []string {
func getDockerClient(t *testing.T) *client.Client {
t.Helper()
dockerCli, err := client.NewClientWithOpts(
client.WithVersion("1.40"),
client.WithVersion("1.39"),
)
require.NoError(t, err)
return dockerCli
Expand Down

0 comments on commit 5d8672a

Please sign in to comment.