Skip to content

Commit

Permalink
Update plugin.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaprots authored Mar 2, 2024
1 parent 9d501a8 commit 8419a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type Plugin struct {
func NewPlugin(awaitTimeout time.Duration) (*Plugin, error) {
client, err := docker.NewClientWithOpts(
docker.WithHost("unix:///run/docker.sock"),
docker.WithVersion("v1.13.1"),
docker.WithVersion("v1.24"),
docker.WithTimeout(awaitTimeout)) // If local Docker doesn't respond in under 2s, it's probably not ready.
if err != nil {
return nil, fmt.Errorf("failed to create docker client: %w", err)
Expand Down

0 comments on commit 8419a89

Please sign in to comment.