chore(deps): update qemux/qemu-docker docker tag to v5.16 (#50)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-14 03:07:04 +02:00 committed by GitHub
parent 7e761f8b17
commit 3e5fe3430a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ RUN gzip -d /tmp/opencore.iso.gz && \
rm -rf /tmp/*
FROM scratch AS runner
COPY --from=qemux/qemu-docker:5.15 / /
COPY --from=qemux/qemu-docker:5.16 / /
ARG VERSION_ARG="0.0"
ARG VERSION_OPENCORE="1.0.0"