aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-13 17:08:06 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-13 17:11:31 +0100
commit239070e0002ee7fab18a191472d4041ca0b2b84f (patch)
tree0640694f0a991f94e2f5c2fa407e42925aeb7377
parentb00b3ffdad06252720217042c29411ac0473b9ef (diff)
Upgrade libcurl (CVE-2020-8231)
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> (cherry picked from commit b2ecf5d4b087b43b57c54663e7f5cedae728cef0)
-rw-r--r--docker/core/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 58c07a5e..b5d9c7e1 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -5,6 +5,7 @@ ARG OPENSTACK_TAG=stable/rocky
RUN apk -U upgrade && \
apk --no-cache add --update python py-pip bash git mailcap libxml2 libxslt && \
+ apk --no-cache add --update libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.10/main && \
apk --no-cache add --virtual .build-deps --update \
python-dev build-base libxml2-dev libxslt-dev && \
case $(uname -m) in aarch*|arm*) CFLAGS="-O0" \