From 66d51a23c69308419aa876de3b02eb59b6be9759 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 25 Jul 2026 06:15:24 +0200 Subject: [PATCH] build: Update QEMU base image to v7.40 (#1958) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8311586..c0f82597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.39 / / +COPY --from=qemux/qemu:7.40 / / ARG TARGETARCH ARG VERSION_WSDD="1.26"