From d36da1861431f620f3a304233b869eaa5f5fc3bf Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:23:46 +0100 Subject: [PATCH] update buildkit to 0.20.0-rc2 and buildx to 0.21.0-rc2 Signed-off-by: CrazyMax <1951866+crazy-max@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 707de427..cb9a45dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: env: NODE_VERSION: "20" BUILDX_VERSION: "edge" - BUILDKIT_IMAGE: "moby/buildkit:v0.19.0" + BUILDKIT_IMAGE: "moby/buildkit:v0.20.0-rc2" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 7be36e3e..9c95210c 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -16,7 +16,7 @@ ARG NODE_VERSION=20 ARG DOCKER_VERSION=27.2.1 -ARG BUILDX_VERSION=0.20.1 +ARG BUILDX_VERSION=0.21.0-rc2 ARG COMPOSE_VERSION=2.32.4 ARG UNDOCK_VERSION=0.8.0