From 9fca8fdd5b6ba9c83dfe1332a265001b00e1a23a Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:28:36 +0100 Subject: [PATCH] update binfmt to v10.1.3 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b73a5d3cc98..b5de009c26fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -181,8 +181,8 @@ FROM scratch AS cni-plugins-export-squashed COPY --from=cni-plugins-export / / FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS binfmt-filter -# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv10.0.4-57 -COPY --link --from=tonistiigi/binfmt:buildkit-v10.0.4-57@sha256:370775754cd56094fff210b44968bf15777aed7eb3302df4f7ab2b647630899e / /out/ +# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv10.1.3-61 +COPY --link --from=tonistiigi/binfmt:buildkit-v10.1.3-61@sha256:56fdcdd479f1aa32667b84d248579c7e1d4c28c45a10ed89ad31103bf5635bc7 / /out/ WORKDIR /out/ RUN rm -f buildkit-qemu-loongarch64 buildkit-qemu-mips64 buildkit-qemu-mips64el