fix: Update download links (#1172)

This commit is contained in:
Kroese
2025-03-26 19:55:08 +01:00
committed by GitHub
parent c081ec2693
commit ffcb483452
4 changed files with 5 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.05 / /
COPY --from=qemux/qemu:7.06 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"