1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

[CI] Update QEMU to v5.1.0-7 ()

This commit is contained in:
Amir Zarrinkafsh 2020-11-16 21:22:09 +11:00 committed by GitHub
parent 106c9032ad
commit f2e0f16d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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