mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-24 09:46:10 +01:00
fix: gracefully stop containers (#237)
- upgraded docker api dependencies to v23.0.1+incompatible
This commit is contained in:
parent
3b0aac2778
commit
f17b338303
4 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue