From 12ca2247b2aae8bb4e14547564d611aa65abf541 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 30 Aug 2018 13:46:35 -0700 Subject: [PATCH] Update QEMU to 2.12.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b1b58d..516accd 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.12.0 +ENV QEMU_VERSION 2.12.1 RUN set -eux; \ \