Merge pull request #2203 from thaJeztah/ci_update_buildkit_version

Dockerfile: update to buildkit v0.12.4
This commit is contained in:
CrazyMax 2024-01-24 10:30:24 +01:00 committed by GitHub
commit 620c57c86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ ARG XX_VERSION=1.2.1
ARG DOCKER_VERSION=24.0.6
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.11.6
ARG BUILDKIT_VERSION=v0.12.4
# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx