Compare commits

...

1 Commits

Author SHA1 Message Date
Kroese fa7302fd18 build: Update QEMU base image to v7.17 (#1427) 2025-09-24 16:38:22 +02:00
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.16 / /
COPY --from=qemux/qemu:7.17 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"