dockerfile: update buildkit to 0.14.0

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-06-11 20:38:39 +02:00
parent d3a53189f7
commit ee3baa54f7
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
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