From 67d5fb0703284e8860c9b8c9e38f4803160fcbb5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 13 Nov 2024 00:51:41 +0100 Subject: [PATCH] build: Update qemu-arm to v2.20 (#222) --- Dockerfile | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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?