Skip to content

Commit 5893a5b

Browse files
authored
Merge pull request moby#4979 from tonistiigi/unbreak-build-df
dockerfile: fix build conflict from previous updates
2 parents c574c58 + 6b81093 commit 5893a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/dockerfile2llb/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ func dispatchArg(d *dispatchState, c *instructions.ArgCommand, opt *dispatchOpt)
16361636
return err
16371637
}
16381638
v, unmatched, err := opt.shlex.ProcessWord(*arg.Value, env)
1639-
reportUnmatchedVariables(c, d.buildArgs, unmatched, opt)
1639+
reportUnmatchedVariables(c, d.buildArgs, env, unmatched, opt)
16401640
if err != nil {
16411641
return err
16421642
}

0 commit comments

Comments
 (0)