Merge pull request #2244 from kushmansingh/upgrade-buildkit

Upgrade buildkit to v0.12.5
This commit is contained in:
CrazyMax 2024-02-05 16:25:19 +01:00 committed by GitHub
commit 1484862a50
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=25.0.1
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.12.4
ARG BUILDKIT_VERSION=v0.12.5
# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx