Update Dockerfile

This commit is contained in:
Kroese 2025-03-14 19:09:47 +01:00 committed by GitHub
parent bac295f29d
commit 3571ce61e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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