build: Update qemu-arm to v2.11
This commit is contained in:
parent
e9d7144085
commit
781e773983
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,5 +1,5 @@
|
|||
FROM scratch
|
||||
COPY --from=qemux/qemu-arm:2.10 / /
|
||||
COPY --from=qemux/qemu-arm:2.11 / /
|
||||
|
||||
ARG VERSION_ARG="0.0"
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
|
@ -33,9 +33,9 @@ ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.248/
|
|||
EXPOSE 8006 3389
|
||||
VOLUME /storage
|
||||
|
||||
ENV RAM_SIZE "4G"
|
||||
ENV CPU_CORES "2"
|
||||
ENV DISK_SIZE "64G"
|
||||
ENV VERSION "win11"
|
||||
ENV RAM_SIZE="4G"
|
||||
ENV CPU_CORES="2"
|
||||
ENV DISK_SIZE="64G"
|
||||
ENV VERSION="win11"
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||
|
|
Loading…
Reference in a new issue