fix: Password encoding failure (#532)

This commit is contained in:
Kroese 2024-05-23 00:16:02 +02:00 committed by GitHub
parent f8cff00334
commit b32e66bc1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 39 deletions

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-docker:5.06 / /
COPY --from=qemux/qemu-docker:5.07 / /
ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"