feat: Improved compatibility with old CPU's (#397)

This commit is contained in:
Kroese 2024-04-19 00:00:17 +02:00 committed by GitHub
parent 4f575ebff2
commit 968602f9bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 19 deletions

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-docker:4.22 / /
COPY --from=qemux/qemu-docker:4.23 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"