From c076c9a5756c5b9314d75b1ea8c36ae392dd8ab7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 21 Sep 2025 04:44:53 +0200 Subject: [PATCH] build: Update QEMU base image to v7.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 149b0a3..bf806ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.14 / / +COPY --from=qemux/qemu:7.15 / / ARG TARGETARCH ARG DEBCONF_NOWARNINGS="yes"