From 6a01fb419694f1829f410d04cd557fb1a0106a3e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 4 May 2024 23:10:49 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bab24c..db5c4a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:1.19 / / +COPY --from=qemux/qemu-arm:1.20 / / ARG DEBCONF_NOWARNINGS "yes" ARG DEBIAN_FRONTEND "noninteractive"