fix: Remove non-printable characters (#1160)

This commit is contained in:
Kroese 2025-03-24 14:10:30 +01:00 committed by GitHub
parent 77a8e4d26e
commit a9e3ffa413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

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