mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
chore(deps): update qemux/qemu docker tag to v6.21
This commit is contained in:
parent
454cd8db68
commit
893c7ecb34
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
ARG VERSION_ARG="latest"
|
ARG VERSION_ARG="latest"
|
||||||
FROM scratch AS build-amd64
|
FROM scratch AS build-amd64
|
||||||
|
|
||||||
COPY --from=qemux/qemu:6.20 / /
|
COPY --from=qemux/qemu:6.21 / /
|
||||||
|
|
||||||
ARG DEBCONF_NOWARNINGS="yes"
|
ARG DEBCONF_NOWARNINGS="yes"
|
||||||
ARG DEBIAN_FRONTEND="noninteractive"
|
ARG DEBIAN_FRONTEND="noninteractive"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue