Bump minimum API version to 1.25

pull/543/head
Simon Aronsson 4 years ago committed by GitHub
parent 066709036b
commit 3b60add69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save