From 61c3c53dbf0f845b3e0ba12ca6b664bec903d6f1 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:25:04 +0100 Subject: [PATCH] update buildkit to 0.28.0 and buildx to 0.32.1 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 ed70635..33337d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ on: env: NODE_VERSION: "24" - BUILDX_VERSION: "v0.32.0-rc2" - BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc2" + BUILDX_VERSION: "v0.32.1" + BUILDKIT_IMAGE: "moby/buildkit:v0.28.0" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index fa810c3..976ab28 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.0-rc2 +ARG BUILDX_VERSION=0.32.1 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2