vendor: update buildkit to v0.27.0-rc1

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2026-01-14 13:36:15 -08:00
parent 32b6b75478
commit d54f398c5d
116 changed files with 1980 additions and 711 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func (cli *GitCLI) Run(ctx context.Context, args ...string) (_ []byte, err error
if cli.exec == nil {
cmd = exec.CommandContext(ctx, gitBinary)
} else {
cmd = exec.Command(gitBinary)
cmd = exec.CommandContext(context.TODO(), gitBinary)
}
cmd.Dir = cli.dir