From 0538bd5e320764469c806aceec70dad2a253143f Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 Jul 2026 19:42:11 +0200 Subject: [PATCH] build: Update QEMU base image to v7.33 (#1787) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24ff51f..39e7093 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 -COPY --from=qemux/qemu:7.32 / / +COPY --from=qemux/qemu:7.33 / / ARG TARGETARCH ARG VERSION_WSDD="1.25"