From c441a68b1376563b3635afa9d93a32eb14399a88 Mon Sep 17 00:00:00 2001 From: "docker-ghactions[bot]" <257851036+docker-ghactions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:03:26 +0000 Subject: [PATCH] chore(deps): update BuildKit image to moby/buildkit:v0.33.0-rc2 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 e8a6ae09..f74867fe 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.33.0-rc1" + BUILDKIT_IMAGE: "moby/buildkit:v0.33.0-rc2" jobs: test: