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:
Jeremie Fraeys 2026-03-06 10:31:58 -05:00
parent 0a85b23a33
commit 74fb183b7f
No known key found for this signature in database

View file

@ -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"