dockerfile: update buildkit to 0.13.1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-03-10 01:45:28 +01:00
parent dd4d52407f
commit 92ab188781
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
2 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,9 @@ jobs:
- master - master
- latest - latest
- buildx-stable-1 - buildx-stable-1
- v0.13.1
- v0.12.5
- v0.11.6 - v0.11.6
- v0.10.6
worker: worker:
- docker - docker
- docker\+containerd # same as docker, but with containerd snapshotter - docker\+containerd # same as docker, but with containerd snapshotter

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.12.5 ARG BUILDKIT_VERSION=v0.13.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