From de6233751c650fd23f708063639aeff132fd7a4d Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 21 May 2025 18:40:51 +0200 Subject: [PATCH] update buildkit to v0.22.0 and buildx to 0.24.0 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 64a331b..62ff8f3 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.22.0-rc1" + BUILDKIT_IMAGE: "moby/buildkit:v0.22.0" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 409d1b7..c221f23 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.24.0-rc1 +ARG BUILDX_VERSION=0.24.0 ARG COMPOSE_VERSION=2.32.4 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2