mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-15 14:40:13 +01:00
update min docker api version
This commit is contained in:
parent
cbb8904122
commit
f33f3b5d60
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
// DockerAPIMinVersion is the minimum version of the docker api required to
|
||||
// use watchtower
|
||||
const DockerAPIMinVersion string = "1.44"
|
||||
const DockerAPIMinVersion string = "1.45"
|
||||
|
||||
var defaultInterval = int((time.Hour * 24).Seconds())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue