[MISC] Update QEMU to v4.2.0-7 (#921)
Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>pull/923/head
parent
a90f432ba1
commit
784112d654
|
@ -45,7 +45,7 @@ func dockerBuildOfficialImage(arch string) error {
|
||||||
// Set default Architecture Dockerfile to amd64
|
// Set default Architecture Dockerfile to amd64
|
||||||
dockerfile := "Dockerfile"
|
dockerfile := "Dockerfile"
|
||||||
// Set version of QEMU
|
// Set version of QEMU
|
||||||
qemuversion := "v4.2.0-6"
|
qemuversion := "v4.2.0-7"
|
||||||
|
|
||||||
// If not the default value
|
// If not the default value
|
||||||
if arch != defaultArch {
|
if arch != defaultArch {
|
||||||
|
|
Loading…
Reference in New Issue