We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636a935 commit 1c1887eCopy full SHA for 1c1887e
cmd/uniget/generate.go
@@ -29,7 +29,7 @@ var generateCmd = &cobra.Command{
29
RunE: func(cmd *cobra.Command, args []string) error {
30
var result []string
31
32
- result = append(result, "# syntax=docker/dockerfile:1.8.1")
+ result = append(result, "#syntax=docker/dockerfile:1")
33
result = append(result, fmt.Sprintf("FROM %s", baseImage))
34
35
for _, toolName := range args {
0 commit comments