fix: increase default DOCKER_API_VERSION to 1.44

This commit is contained in:
Jan Rundshagen 2025-02-16 17:26:12 +01:00 committed by Jan O. Rundshagen
parent ed78a5bbed
commit 434bd067cf
3 changed files with 2 additions and 13 deletions

View file

@ -17,7 +17,7 @@ import (
// DockerAPIMinVersion is the minimum version of the docker api required to
// use watchtower
const DockerAPIMinVersion string = "1.25"
const DockerAPIMinVersion string = "1.44"
var defaultInterval = int((time.Hour * 24).Seconds())