From 44dd1f1f5eb311948babfd77feefc65cb8c858b0 Mon Sep 17 00:00:00 2001 From: nathan wagner Date: Tue, 5 Sep 2023 20:26:26 +0000 Subject: [PATCH] i want buildx binary to be static on out --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12796a31..7c60c164 100644 --- a/Dockerfile +++ b/Dockerfile @@ -121,7 +121,7 @@ RUN --mount=from=binaries \ --mount=type=bind,from=buildx-version,source=/buildx-version,target=/buildx-version <