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:
Kushagra Mansingh 2024-02-05 09:52:54 -05:00
parent 30ae5ceb6e
commit e5c3fa5293
No known key found for this signature in database
GPG Key ID: 1B46294749E61821

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