From f96fcb323882fcc54f7668fb6c67252627ef6c66 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:35:14 +0100 Subject: [PATCH] update buildkit to 0.28.0-rc1 and buildx to 0.32.0-rc1 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- dev.Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc10cd6..d23688c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ on: env: NODE_VERSION: "20" - BUILDX_VERSION: "v0.31.1" - BUILDKIT_IMAGE: "moby/buildkit:v0.27.1" + BUILDX_VERSION: "v0.32.0-rc1" + BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc1" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 3c86aca..890e106 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,8 +15,8 @@ # limitations under the License. ARG NODE_VERSION=20 -ARG DOCKER_VERSION=28.3 -ARG BUILDX_VERSION=0.31.1 +ARG DOCKER_VERSION=29.2 +ARG BUILDX_VERSION=0.32.0-rc1 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2