ci: update buildkit to 0.20.0

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
Jonathan A. Sternberg 2025-02-19 15:21:14 -06:00
parent ad18ffc018
commit 75160643e1
No known key found for this signature in database
GPG Key ID: 6603D4B96394F6B1
2 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.20.0
- v0.19.0
- v0.18.2
- v0.17.2
worker:
- docker-container
- remote

View File

@ -10,7 +10,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.12.0
ARG REGISTRY_VERSION=2.8.3
ARG BUILDKIT_VERSION=v0.19.0
ARG BUILDKIT_VERSION=v0.20.0
ARG UNDOCK_VERSION=0.9.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx