Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func Run(t *testing.T, imgName string, opts Options, testFunc func(*testing.T, C

// RunContext is similar to Run, but takes a parent context and returns an error and doesn't rely on a testing.T.
func RunContext(ctx context.Context, logger Logger, imgName string, opts Options, testFunc func(ContainerInfo) error) (retErr error) {
dc, err := client.NewClientWithOpts(client.FromEnv, client.WithVersion("1.41"))
dc, err := client.NewClientWithOpts(client.FromEnv, client.WithVersion("1.44"))
if err != nil {
return fmt.Errorf("error getting Docker client: %w", err)
}
Expand Down