mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-30 01:15:45 +08:00
Upgrade buildkit to v0.12.5
Contains important security fixes https://github.com/moby/buildkit/releases/tag/v0.12.5 Signed-off-by: Kushagra Mansingh <12158241+kushmansingh@users.noreply.github.com>
This commit is contained in:
parent
30ae5ceb6e
commit
e5c3fa5293
@ -6,7 +6,7 @@ ARG XX_VERSION=1.2.1
|
|||||||
ARG DOCKER_VERSION=25.0.1
|
ARG DOCKER_VERSION=25.0.1
|
||||||
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.4
|
ARG BUILDKIT_VERSION=v0.12.5
|
||||||
|
|
||||||
# xx is a helper for cross-compilation
|
# xx is a helper for cross-compilation
|
||||||
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
|
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user