update buildkit to 0.24.0-rc2 and buildx to 0.28.0-rc2

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-08-31 08:39:45 +02:00
parent b2ffab917f
commit bd65081400
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "edge"
BUILDKIT_IMAGE: "moby/buildkit:v0.24.0-rc1"
BUILDKIT_IMAGE: "moby/buildkit:v0.24.0-rc2"
jobs:
test:

View File

@@ -16,7 +16,7 @@
ARG NODE_VERSION=20
ARG DOCKER_VERSION=28.3
ARG BUILDX_VERSION=0.28.0-rc1
ARG BUILDX_VERSION=0.28.0-rc2
ARG COMPOSE_VERSION=2.39.1
ARG UNDOCK_VERSION=0.10.0
ARG REGCTL_VERSION=v0.8.2