dockerfile, ci: update buildkit to latest stable

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-09-11 12:51:20 +02:00
parent 40f444f4b8
commit 66ed7d6162
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
2 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.15.2
- v0.14.1
- v0.13.2
- v0.12.5
worker:
- docker-container
- remote

View File

@ -8,7 +8,7 @@ ARG DOCKER_VERSION=27.1.1
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.14.1
ARG BUILDKIT_VERSION=v0.16.0
ARG UNDOCK_VERSION=0.7.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx