[MISC] Update QEMU to v4.2.0-7 (#921)

Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
pull/923/head
Amir Zarrinkafsh 2020-04-27 00:09:28 +10:00 committed by GitHub
parent a90f432ba1
commit 784112d654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func dockerBuildOfficialImage(arch string) error {
// Set default Architecture Dockerfile to amd64
dockerfile := "Dockerfile"
// Set version of QEMU
qemuversion := "v4.2.0-6"
qemuversion := "v4.2.0-7"
// If not the default value
if arch != defaultArch {