From 226f0ff03c211ae136870e9da3bfd16e80d44960 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Feb 2021 20:33:00 +0100 Subject: Fix CVE-2020-8231 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icb7cc7bd7e20c0fb1a8074513d5852114c137903 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 46eb4bc78..9ebb4255e 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.11/main && \ apk --no-cache add --update \ python3 libffi openssl libjpeg-turbo py3-pip bash \ grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap \ -- cgit 1.2.3-korg