From 079d069cd61123cca0b8754d5ce1737a75a1eb63 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Tue, 5 Jan 2021 12:54:37 +1100 Subject: [PATCH] [CI] Update QEMU to v5.2.0-2 (#1582) --- cmd/authelia-scripts/cmd_docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/authelia-scripts/cmd_docker.go b/cmd/authelia-scripts/cmd_docker.go index daddc5347..2960401cd 100644 --- a/cmd/authelia-scripts/cmd_docker.go +++ b/cmd/authelia-scripts/cmd_docker.go @@ -46,7 +46,7 @@ func dockerBuildOfficialImage(arch string) error { // Set default Architecture Dockerfile to amd64. dockerfile := "Dockerfile" // Set version of QEMU. - qemuversion := "v5.2.0-1" + qemuversion := "v5.2.0-2" // If not the default value. if arch != defaultArch {