Update QEMU to 2.12.1

This commit is contained in:
Tianon Gravi 2018-08-30 13:46:35 -07:00
parent 2fbfe251f5
commit 12ca2247b2

View File

@ -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; \
\