From 674ac5b077d5f3296269b38c4f057091278e3679 Mon Sep 17 00:00:00 2001 From: "docker-ghactions[bot]" <257851036+docker-ghactions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:44:53 +0000 Subject: [PATCH] chore(deps): update Buildx version to v0.36.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 f737bb7b..02c8c433 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ on: env: NODE_VERSION: "24" - BUILDX_VERSION: "v0.36.0-rc1" + BUILDX_VERSION: "v0.36.0-rc2" BUILDKIT_IMAGE: "moby/buildkit:v0.32.0-rc1" jobs: diff --git a/dev.Dockerfile b/dev.Dockerfile index a792f324..cba5b620 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=24 ARG DOCKER_VERSION=29.6 -ARG BUILDX_VERSION=0.36.0-rc1 +ARG BUILDX_VERSION=0.36.0-rc2 ARG COMPOSE_VERSION=5.3.1 ARG UNDOCK_VERSION=0.14.0 ARG REGCTL_VERSION=v0.11.5