@ -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())