Upgrade libcurl from 3.11 31/72031/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 Feb 2021 17:12:46 +0000 (18:12 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 Feb 2021 17:12:46 +0000 (18:12 +0100)
It fixes CVE-2020-8231

Change-Id: I90ad55ca8babfa2f178af4d1d601c064d95ed112
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index b5307da..e4b9e8a 100644 (file)
@@ -4,7 +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 libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.11/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 && \