mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-18 21:28:06 +01:00
fix: gracefully stop containers (#237)
- updated docker to v23.0.1+incompatible
This commit is contained in:
parent
6ace7bd0dd
commit
71d589f984
3 changed files with 18 additions and 10 deletions
4
go.mod
4
go.mod
|
|
@ -4,9 +4,9 @@ go 1.18
|
|||
|
||||
require (
|
||||
github.com/containrrr/shoutrrr v0.7.1
|
||||
github.com/docker/cli v20.10.23+incompatible
|
||||
github.com/docker/cli v23.0.1+incompatible
|
||||
github.com/docker/distribution v2.8.1+incompatible
|
||||
github.com/docker/docker v20.10.23+incompatible
|
||||
github.com/docker/docker v23.0.1+incompatible
|
||||
github.com/docker/go-connections v0.4.0
|
||||
github.com/onsi/ginkgo v1.16.5
|
||||
github.com/onsi/gomega v1.26.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue