summaryrefslogtreecommitdiffstats
path: root/base_sdc-cassandra/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'base_sdc-cassandra/Dockerfile')
-rw-r--r--base_sdc-cassandra/Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/base_sdc-cassandra/Dockerfile b/base_sdc-cassandra/Dockerfile
index ea80f65..052d9b8 100644
--- a/base_sdc-cassandra/Dockerfile
+++ b/base_sdc-cassandra/Dockerfile
@@ -46,7 +46,10 @@ FROM cassandra:2.1.17
# zlib1g
# CVE-2016-9843 CVE-2016-9841 CVE-2016-9842 CVE-2016-9840
-RUN echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
+RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list && \
+ echo "deb http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list && \
+ echo "deb http://security.debian.org stretch/updates main" >> /etc/apt/sources.list && \
+ echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
echo "deb http://security.debian.org buster/updates main" >> /etc/apt/sources.list && \
apt-get -y update && \
@@ -72,7 +75,7 @@ RUN echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list
libgcrypt20=1.8.2-2 \
libtasn1-6=4.13-2 \
libxi6=2:1.7.9-1 \
- libldap-2.4-2=2.4.45+dfsg-1 \
+ libldap-2.4-2=2.4.44+dfsg-5+deb9u1 \
libpcre3=2:8.39-9 \
passwd=1:4.5-1 \
zlib1g=1:1.2.8.dfsg-5 && \