Skip to content

Commit 67933f7

Browse files
committed
updating default Docker API version
Signed-off-by: Kyle Quest <[email protected]>
1 parent 3fdd249 commit 67933f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/master/command/cliflags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func GlobalFlags() []cli.Flag {
393393
},
394394
&cli.StringFlag{
395395
Name: FlagAPIVersion,
396-
Value: "1.32", // We need at least 1.32 for to support builds from Dockerfile.
396+
Value: "1.44", // The latest version of Docker requires 1.44 or newer.
397397
Usage: FlagAPIVersionUsage,
398398
EnvVars: []string{"DSLIM_CRT_API_VER"},
399399
},

0 commit comments

Comments
 (0)