File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ func GlobalFlags() []cli.Flag {
378378 },
379379 & cli.StringFlag {
380380 Name : FlagAPIVersion ,
381- Value : "1.25 " , // We need at least 1.25 for to support builds from Dockerfile.
381+ Value : "1.32 " , // We need at least 1.32 for to support builds from Dockerfile.
382382 Usage : FlagAPIVersionUsage ,
383383 EnvVars : []string {"DSLIM_CRT_API_VER" },
384384 },
Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ var GlobalFlagSuggestions = []prompt.Suggest{
365365 {Text : FullFlagName (FlagTLSCertPath ), Description : FlagTLSCertPathUsage },
366366 {Text : FullFlagName (FlagHost ), Description : FlagHostUsage },
367367 {Text : FullFlagName (FlagCRTConnection ), Description : FlagCRTConnectionUsage },
368+ {Text : FullFlagName (FlagAPIVersion ), Description : FlagAPIVersionUsage },
368369 {Text : FullFlagName (FlagArchiveState ), Description : FlagArchiveStateUsage },
369370 {Text : FullFlagName (FlagInContainer ), Description : FlagInContainerUsage },
370371 {Text : FullFlagName (FlagCheckVersion ), Description : FlagCheckVersionUsage },
You can’t perform that action at this time.
0 commit comments