From 7892608589f9abe5960e7b08b3bc4250b5ca4487 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Wed, 14 Aug 2019 17:48:28 +0000 Subject: [PATCH] static-build/qemu: use the latest ubuntu long term to build qemu In theory the latest ubuntu long term may have less CVE than previous versions, so let's use it to build the static QEMU. Signed-off-by: Julio Montes --- static-build/qemu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-build/qemu/Dockerfile b/static-build/qemu/Dockerfile index 410a17e2c..1bc492590 100644 --- a/static-build/qemu/Dockerfile +++ b/static-build/qemu/Dockerfile @@ -1,4 +1,4 @@ -from ubuntu:16.04 +from ubuntu:18.04 ARG QEMU_REPO # commit/tag/branch