src: Update qemu image to latest

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-07-01 12:07:47 +01:00
parent b062a57e6c
commit 4a9c00a5e0

View File

@ -15,7 +15,7 @@ import (
)
// QemuImg is the version of qemu container
const QemuImg = "linuxkit/qemu:c9691f5c50dd191e62b77eaa2f3dfd05ed2ed77c"
const QemuImg = "linuxkit/qemu:bc5e096d3b440509954aa9341db3ff4d3d615344"
// QemuConfig contains the config for Qemu
type QemuConfig struct {