summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-13 20:00:19 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-13 20:08:21 -0700
commite2eada301c2502a249f2648b903140312d5e36e3 (patch)
tree9cbf13dab874f4d4b045131382c09cd4d0914bca
parent79dd5f998b4525a4cde5eefe5d8175f3b1f3a975 (diff)
Bump fixed library versions in base_sdc-kibana
Available versions of bash and wget have changed in buster repos. Update the Dockerfile to match. Change-Id: Ie0a512f46617af494b93757d66ba55a6129c5ec3 Issue-ID: SDC-1205 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--base_sdc-kibana/Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/base_sdc-kibana/Dockerfile b/base_sdc-kibana/Dockerfile
index f2ec28d..cd9cadb 100644
--- a/base_sdc-kibana/Dockerfile
+++ b/base_sdc-kibana/Dockerfile
@@ -1,7 +1,7 @@
FROM kibana:4.3.3
# Upgrade specific system libraries to fix CVE vulnerabilities
-# bash 4.4.18-2
+# bash 4.4.18-2+b1
# For CVE-2016-0634 CVE-2016-7543
# curl 7.58.0-2
# For CVE-2016-7167 CVE-2016-7141
@@ -13,7 +13,7 @@ FROM kibana:4.3.3
# For CVE-2017-12837 CVE-2017-12883
# systemd 238-4
# For CVE-2017-1000082 CVE-2017-9445 CVE-2017-9217
-# wget 1.19.4-1
+# wget 1.19.5-1
# For CVE-2017-13090 CVE-2017-13089 CVE-2016-7098
# libdb5.3
# CVE-2016-3418 CVE-2016-0694 CVE-2016-0692 CVE-2016-0689 CVE-2016-0682
@@ -43,13 +43,13 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis
apt-get -y update && \
apt-get -y --no-install-recommends install \
vim=2:7.4.488-7+deb8u3 vim-common=2:7.4.488-7+deb8u3 vim-runtime=2:7.4.488-7+deb8u3 \
- bash=4.4.18-2 \
+ bash=4.4.18-2+b1 \
curl=7.58.0-2 libcurl3=7.58.0-2 \
krb5-locales=1.16-2 libgssapi-krb5-2=1.16-2 libkrb5-3=1.16-2 libkrb5support0=1.16-2 \
openssl=1.1.0h-2 \
perl-base=5.26.2-3 \
systemd=238-4 \
- wget=1.19.4-1 \
+ wget=1.19.5-1 \
libdb5.3=5.3.28-13.1+b1 \
libc-bin=2.27-3 libc6=2.27-3 multiarch-support=2.27-3 \
libgnutls30=3.5.18-1 \