From e5c3fa52931ffd25943087821d491b2d3f468469 Mon Sep 17 00:00:00 2001 From: Kushagra Mansingh <12158241+kushmansingh@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:52:54 -0500 Subject: [PATCH] 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> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45a246a5..0d8fd9c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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