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
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"