Skip to content

Commit

Permalink
Merge pull request #4979 from tonistiigi/unbreak-build-df
Browse files Browse the repository at this point in the history
dockerfile: fix build conflict from previous updates
  • Loading branch information
tonistiigi authored May 31, 2024
2 parents c574c58 + 6b81093 commit 5893a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dockerfile/dockerfile2llb/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ func dispatchArg(d *dispatchState, c *instructions.ArgCommand, opt *dispatchOpt)
return err
}
v, unmatched, err := opt.shlex.ProcessWord(*arg.Value, env)
reportUnmatchedVariables(c, d.buildArgs, unmatched, opt)
reportUnmatchedVariables(c, d.buildArgs, env, unmatched, opt)
if err != nil {
return err
}
Expand Down

0 comments on commit 5893a5b

Please sign in to comment.