Upgrade libcurl (CVE-2020-8231) 29/72029/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 Feb 2021 16:08:06 +0000 (17:08 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 Feb 2021 16:09:42 +0000 (17:09 +0100)
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 <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 45f837d..b5307da 100644 (file)
@@ -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 && \