Merge pull request #2515 from crazy-max/bump-buildkit

testing: update buildkit to 0.14.0
This commit is contained in:
CrazyMax 2024-06-11 23:48:33 +02:00 committed by GitHub
commit fb130243f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ jobs:
- master - master
- latest - latest
- buildx-stable-1 - buildx-stable-1
- v0.14.0
- v0.13.1 - v0.13.1
- v0.12.5 - v0.12.5
- v0.11.6
worker: worker:
- docker-container - docker-container
- remote - remote

View File

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