From 8bdedf9b7cbd0e256f6efab466033a5242ce7003 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 16 May 2021 16:15:44 +0700 Subject: [PATCH] Build QEMU 6.0.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3136c4d..b3f4641 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build stage for qemu-system-arm FROM debian:stable-slim AS qemu-builder -ARG QEMU_VERSION=5.2.0 +ARG QEMU_VERSION=6.0.0 ENV QEMU_TARBALL="qemu-${QEMU_VERSION}.tar.xz" WORKDIR /qemu