From 075ad1fc28f5fb02d7fae4d1a52be51b256e21e3 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Fri, 28 May 2021 06:46:34 +0000 Subject: [PATCH] Update libvirt image version CVE-2020-1971: [High] has been found in openssl [1.0.2g-1ubuntu4.15], fixed in openssl [1.0.2g-1ubuntu4.18]. This patch updates parent container version to the latest available to date ubuntu_xenial-20210512, which includes openssl [1.0.2g-1ubuntu4.19]. Closes: #19 Change-Id: Iafd02d396b4bdceff927204a8dafc538a756a298 --- libvirt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/Dockerfile b/libvirt/Dockerfile index 4be66a1..d852b02 100644 --- a/libvirt/Dockerfile +++ b/libvirt/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903 +FROM docker.io/openstackhelm/libvirt:ubuntu_xenial-20210512 COPY libvirtd.conf /etc/libvirt/libvirtd.conf COPY qemu.conf /etc/libvirt/qemu.conf COPY libvirt.sh /tmp/libvirt.sh