mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
fix docker client api version
This commit is contained in:
parent
76f9cea516
commit
c53362749d
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
|
// DockerAPIMinVersion is the minimum version of the docker api required to
|
||||||
// use watchtower
|
// use watchtower
|
||||||
const DockerAPIMinVersion string = "1.25"
|
const DockerAPIMinVersion string = "1.44"
|
||||||
|
|
||||||
var defaultInterval = int((time.Hour * 24).Seconds())
|
var defaultInterval = int((time.Hour * 24).Seconds())
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue