From 20fa7018bcff0e673eac40d64fc847577cc1a20e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:01:47 +0200 Subject: [PATCH] build: Update QEMU base image to v7.49 (#1397) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a158ba7..68cf547 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM qemux/qemu-host:2.06 AS host FROM scratch -COPY --from=qemux/qemu:7.48 / / +COPY --from=qemux/qemu:7.49 / / ARG VERSION_ARG="0.0" ARG VERSION_CSTRUCT="4.7"