[MISC] Update QEMU to v4.2.0-4 (#629)

pull/631/head
Amir Zarrinkafsh 2020-02-10 21:38:53 +11:00 committed by GitHub
parent f1a89de2e7
commit 2ffbea50af
1 changed files with 1 additions and 1 deletions

View File

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