We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdd249 commit 67933f7Copy full SHA for 67933f7
pkg/app/master/command/cliflags.go
@@ -393,7 +393,7 @@ func GlobalFlags() []cli.Flag {
393
},
394
&cli.StringFlag{
395
Name: FlagAPIVersion,
396
- Value: "1.32", // We need at least 1.32 for to support builds from Dockerfile.
+ Value: "1.44", // The latest version of Docker requires 1.44 or newer.
397
Usage: FlagAPIVersionUsage,
398
EnvVars: []string{"DSLIM_CRT_API_VER"},
399
0 commit comments