mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to master@c36941f4a10e
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
2
vendor/github.com/moby/buildkit/client/llb/diff.go
generated
vendored
2
vendor/github.com/moby/buildkit/client/llb/diff.go
generated
vendored
@ -106,5 +106,5 @@ func Diff(lower, upper State, opts ...ConstraintsOpt) State {
|
||||
for _, o := range opts {
|
||||
o.SetConstraintsOption(&c)
|
||||
}
|
||||
return NewState(NewDiff(lower, upper, c).Output())
|
||||
return lower.WithOutput(NewDiff(lower, upper, c).Output())
|
||||
}
|
||||
|
Reference in New Issue
Block a user