Update buildkit reference to v0.24.0 (#23354)

## Description

https://github.com/moby/buildkit/releases/tag/v0.24.0

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-09-04 10:15:28 +02:00
committed by GitHub
parent e085bfab7c
commit 54fe6a2666
7 changed files with 135 additions and 20 deletions

2
go.mod
View File

@@ -114,7 +114,7 @@ replace (
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.2
github.com/docker/model-cli => github.com/docker/model-cli v0.1.39
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
github.com/moby/buildkit => github.com/moby/buildkit v0.23.2
github.com/moby/buildkit => github.com/moby/buildkit v0.24.0
github.com/moby/moby => github.com/moby/moby v28.3.3+incompatible
)