From b2ecf5d4b087b43b57c54663e7f5cedae728cef0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Feb 2021 17:08:06 +0100 Subject: Upgrade libcurl (CVE-2020-8231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opnfv.org/ci/view/xtesting-trivy/job/xtesting-opnfv-xtesting-iruya-trivy/7/console Change-Id: I9de801f32e7dd1b4cfe3a56ab69b54b7d69b4fe2 Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 45f837d9..b5307da0 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -4,6 +4,7 @@ ARG BRANCH=stable/iruya ARG OPENSTACK_TAG=stable/stein RUN apk -U upgrade && \ + apk --no-cache add --update libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.10/main && \ apk --no-cache add --update python3 py3-pip bash git mailcap libxml2 libxslt && \ apk --no-cache add --virtual .build-deps --update \ python3-dev build-base libxml2-dev libxslt-dev && \ -- cgit 1.2.3-korg