From be7208651f615b82114e331618a95b9ecbca2e0f Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:57:13 +0100 Subject: [PATCH] update buildkit to 0.29.0-rc1 and buildx to 0.33.0-rc1 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- dev.Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa1ddb9d..8cdcb6e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ on: env: NODE_VERSION: "24" - BUILDX_VERSION: "v0.32.1" - BUILDKIT_IMAGE: "moby/buildkit:v0.28.0" + BUILDX_VERSION: "v0.33.0-rc1" + BUILDKIT_IMAGE: "moby/buildkit:v0.29.0-rc1" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 976ab283..65f7342f 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=24 ARG DOCKER_VERSION=29.2 -ARG BUILDX_VERSION=0.32.1 +ARG BUILDX_VERSION=0.33.0-rc1 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2