diff options
author | Michael Lando <ml636r@att.com> | 2018-06-03 18:06:57 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-14 11:58:58 +0300 |
commit | a86a45a8b1aa202b92320f2b29c5180c5d6f37b0 (patch) | |
tree | 17d831b52f2f66d7a828dab2c0e66e68f1f22dc3 /base_sdc-kibana | |
parent | 18cba5cee4111729ab145b0b4c5f741e44b026d8 (diff) |
Fix additional library CVEsbeijing
Change-Id: I44f9ca73c487eee8fb4bf19de4b4eaab6061a3c1
Issue-ID: SDC-1424
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'base_sdc-kibana')
-rw-r--r-- | base_sdc-kibana/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base_sdc-kibana/Dockerfile b/base_sdc-kibana/Dockerfile index 7151cc0..be6c77e 100644 --- a/base_sdc-kibana/Dockerfile +++ b/base_sdc-kibana/Dockerfile @@ -43,11 +43,11 @@ 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+b1 \ + bash=4.4.18-3 \ curl=7.60.0-2 libcurl4=7.60.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-4 \ - perl-base=5.26.2-5 \ + perl-base=5.26.2-6 \ systemd=238-5 \ wget=1.19.5-1 \ libdb5.3=5.3.28-13.1+b1 \ |