From f33f3b5d608e52dd10ef47c694f2d887a95a1dce Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 15 Mar 2025 13:00:02 +0100 Subject: [PATCH] update min docker api version --- internal/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags/flags.go b/internal/flags/flags.go index cc7d9e7..50d0246 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -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())