Merge pull request #2557 from thaJeztah/test_bump-buildkit

dockerfile, gha: update buildkit to 0.13.2, 0.14.1
This commit is contained in:
CrazyMax 2024-06-26 16:54:44 +02:00 committed by GitHub
commit f8e1746d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,7 +7,7 @@ ARG XX_VERSION=1.4.0
ARG DOCKER_VERSION=27.0.0-rc.2 ARG DOCKER_VERSION=27.0.0-rc.2
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.14.0 ARG BUILDKIT_VERSION=v0.14.1
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