From f4fa28127558bb7a4d4b0639bb449a0a97dbe936 Mon Sep 17 00:00:00 2001 From: "docker-ghactions[bot]" <257851036+docker-ghactions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:21:42 +0000 Subject: [PATCH] chore(deps): update BuildKit image to moby/buildkit:v0.33.0-rc1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd9bbaa2..e8a6ae09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ on: env: NODE_VERSION: "24" BUILDX_VERSION: "v0.37.0-rc1" - BUILDKIT_IMAGE: "moby/buildkit:v0.32.2" + BUILDKIT_IMAGE: "moby/buildkit:v0.33.0-rc1" jobs: test: