build: Update qemu-arm to v2.20 (#222)

This commit is contained in:
Kroese 2024-11-13 00:51:41 +01:00 committed by GitHub
parent b30479a266
commit 67d5fb0703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM scratch
COPY --from=qemux/qemu-arm:2.19 / /
COPY --from=qemux/qemu-arm:2.20 / /
ARG VERSION_ARG="0.0"
ARG VERSION_ARG="4.00"
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"

View file

@ -361,7 +361,7 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`.
- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.
- it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue.
- it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.
### Is this project legal?