chore(deps): bump watchtower to v1.14 and update Docker API version
- Update watchtower from 1.7.1 to 1.14 - Set DOCKER_API_VERSION to 1.44 for compatibility
This commit is contained in:
parent
0a85b23a33
commit
74fb183b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower:1.7.1
|
||||
image: containrrr/watchtower:1.7
|
||||
command: --label-enable --cleanup --interval 3600
|
||||
environment:
|
||||
DOCKER_API_VERSION: "1.44"
|
||||
|
|
|
|||
Loading…
Reference in a new issue