update buildkit to 0.27.1 and buildx to 0.31.1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-29 12:37:15 +01:00
parent ddf4131723
commit 7b49b8764b
2 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.31.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.27.0"
BUILDX_VERSION: "v0.31.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
jobs:
test: