From a3dde26ce382c7948e1598d3ebf022a35de96509 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Feb 2021 18:12:46 +0100 Subject: Upgrade libcurl from 3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fixes CVE-2020-8231 Change-Id: I90ad55ca8babfa2f178af4d1d601c064d95ed112 Signed-off-by: Cédric Ollivier (cherry picked from commit cdf3b341bec2d2f2e0fd502974ef819d5410fa8d) --- docker/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index b5d9c7e1..028d34ef 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -4,8 +4,8 @@ ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky RUN apk -U upgrade && \ + apk --no-cache add --update libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.11/main && \ 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" \ -- cgit 1.2.3-korg