diff --git a/Dockerfile b/Dockerfile index 53f0f1e..37478f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/readme.md b/readme.md index 54aec82..a5b0b15 100644 --- a/readme.md +++ b/readme.md @@ -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?