fix: gracefully stop containers (#237)

- upgraded docker api dependencies to v23.0.1+incompatible
This commit is contained in:
anthonyvallone 2023-02-16 16:51:51 +11:00
parent 3b0aac2778
commit f17b338303
4 changed files with 11 additions and 8 deletions

View file

@ -1,8 +1,9 @@
package types
import (
"github.com/docker/docker/api/types"
"strings"
"github.com/docker/docker/api/types"
)
// ImageID is a hash string representing a container image