From d0a910707e32a3a1fbd3a59af103891997cdce39 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 2 Sep 2026 20:51:27 +0200 Subject: [PATCH] build: Update QEMU base image to v7.50 (#2208) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 208078d8..8107a204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / / +COPY --from=qemux/qemu:7.50 --exclude=usr/bin/qemu-system-x86_64 / / ARG TARGETARCH