Skip to content

Commit

Permalink
Add timeout on connection to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
flywheelnz committed Dec 8, 2021
1 parent 03694af commit 1bb0ffe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 39 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.2 // indirect
github.com/docker/docker v20.10.7+incompatible
github.com/docker/docker v20.10.11+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0 // indirect
Expand Down
Loading

0 comments on commit 1bb0ffe

Please sign in to comment.