From da71309232027a45c77f1c37ffac14642b2369ad Mon Sep 17 00:00:00 2001 From: "docker-ghactions[bot]" <257851036+docker-ghactions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:17:42 +0000 Subject: [PATCH] chore(deps): update Buildx version to v0.37.0-rc2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f74867fe..3d29b417 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ on: env: NODE_VERSION: "24" - BUILDX_VERSION: "v0.37.0-rc1" + BUILDX_VERSION: "v0.37.0-rc2" BUILDKIT_IMAGE: "moby/buildkit:v0.33.0-rc2" jobs: diff --git a/dev.Dockerfile b/dev.Dockerfile index 80b7c187..689d8280 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=24 ARG DOCKER_VERSION=29.7 -ARG BUILDX_VERSION=0.37.0-rc1 +ARG BUILDX_VERSION=0.37.0-rc2 ARG COMPOSE_VERSION=5.5.0 ARG UNDOCK_VERSION=0.14.0 ARG REGCTL_VERSION=v0.11.5