From 3b60add69d976ddbf235a1e387caa2ed1717d75b Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Mon, 11 May 2020 06:03:09 +0200 Subject: [PATCH] Bump minimum API version to 1.25 --- 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 74c7bb4..b460233 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -11,7 +11,7 @@ import ( // DockerAPIMinVersion is the minimum version of the docker api required to // use watchtower -const DockerAPIMinVersion string = "1.24" +const DockerAPIMinVersion string = "1.25" // RegisterDockerFlags that are used directly by the docker api client func RegisterDockerFlags(rootCmd *cobra.Command) {