update buildkit to v0.20.0 and buildx to v0.21.0

Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
This commit is contained in:
Shaun Thompson
2025-02-19 16:23:59 -05:00
parent ea9281e5c7
commit 3b8fc6d50c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
jobs:
test:

View File

@@ -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
ARG COMPOSE_VERSION=2.32.4
ARG UNDOCK_VERSION=0.8.0