From d361311f9af9b91493daa81c61cfb6ecaf2da531 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 23 May 2018 13:20:26 -0700 Subject: [PATCH] Update QEMU to 2.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bc0299..0247ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ COPY *.patch /qemu-patches/ # https://www.qemu.org/download/#source -ENV QEMU_VERSION 2.11.0 +ENV QEMU_VERSION 2.12.0 RUN set -eux; \ \