From b8c45b808c232ccb4314f944e766cfd752e84b5c Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Fri, 25 Oct 2019 13:37:25 +0200 Subject: [PATCH] update qemu to v4.1.0-1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a3a243..1248c8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - release variables: - QEMU_VERSION: v4.0.0-5 + QEMU_VERSION: v4.1.0-1 before_script: - mkdir -p /root/.docker || true