mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Bump minimum API version to 1.25
This commit is contained in:
parent
066709036b
commit
3b60add69d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import (
|
||||||
|
|
||||||
// DockerAPIMinVersion is the minimum version of the docker api required to
|
// DockerAPIMinVersion is the minimum version of the docker api required to
|
||||||
// use watchtower
|
// use watchtower
|
||||||
const DockerAPIMinVersion string = "1.24"
|
const DockerAPIMinVersion string = "1.25"
|
||||||
|
|
||||||
// RegisterDockerFlags that are used directly by the docker api client
|
// RegisterDockerFlags that are used directly by the docker api client
|
||||||
func RegisterDockerFlags(rootCmd *cobra.Command) {
|
func RegisterDockerFlags(rootCmd *cobra.Command) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue