From 91b7e8a9c1bedf9f17c7f6ab474dd5c88c51d636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:01:11 +0200 Subject: [PATCH] build: Update QEMU base image to v7.49 (#2181) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4853b376..a3587050 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.48 / / +COPY --from=qemux/qemu:7.49 / / ARG TARGETARCH