From 83a4cb6e7fffa45f98367699f9a13b41bd891877 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:19:08 +0100 Subject: [PATCH] update buildkit to 0.28.0-rc2 and buildx to 0.32.0-rc2 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 572223a..74e4e10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ on: env: NODE_VERSION: "20" - BUILDX_VERSION: "v0.32.0-rc1" - BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc1" + BUILDX_VERSION: "v0.32.0-rc2" + BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc2" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 976a8f4..d319682 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=20 ARG DOCKER_VERSION=29.2 -ARG BUILDX_VERSION=0.32.0-rc1 +ARG BUILDX_VERSION=0.32.0-rc2 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2