dockerfile, gha: update buildkit to 0.13.2, 0.14.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-06-26 15:42:48 +02:00
parent d8c9ebde1f
commit 92a6799514
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.14.0
- v0.13.1
- v0.14.1
- v0.13.2
- v0.12.5
worker:
- docker-container

View File

@ -7,7 +7,7 @@ ARG XX_VERSION=1.4.0
ARG DOCKER_VERSION=27.0.0-rc.2
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.14.0
ARG BUILDKIT_VERSION=v0.14.1
ARG UNDOCK_VERSION=0.7.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx