diff options
author | Michael Lando <ml636r@att.com> | 2018-06-03 18:08:36 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-03 18:08:36 +0300 |
commit | 4bcf436c7f2e955a2dffb7d4293f10ea15c38d66 (patch) | |
tree | 1420b8c0d6ccedcd3395297880f02ec6e6e5b52f /base_sdc-cassandra/Dockerfile | |
parent | 007aad95668c55fb21121aace3559502b02c9580 (diff) |
Fix additional library CVEs
Change-Id: I34e046111821729909cf31fa670c4f80f1ef76ce
Issue-ID: SDC-1310
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'base_sdc-cassandra/Dockerfile')
-rw-r--r-- | base_sdc-cassandra/Dockerfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/base_sdc-cassandra/Dockerfile b/base_sdc-cassandra/Dockerfile index d4ba268..e73d066 100644 --- a/base_sdc-cassandra/Dockerfile +++ b/base_sdc-cassandra/Dockerfile @@ -58,22 +58,22 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis apt-utils=1.0.9.8.4 \ openjdk-8-jdk \ libavahi-client3=0.7-4 libavahi-common-data=0.7-4 libavahi-common3=0.7-4 \ - curl=7.58.0-2 libcurl3=7.58.0-2 \ + 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 \ libtiff5=4.0.9-5 \ libx11-6=2:1.6.5-1 libx11-data=2:1.6.5-1 libx11-xcb1=2:1.6.5-1 \ - libxml2=2.9.4+dfsg1-6.1 \ + libxml2=2.9.4+dfsg1-7 \ libxtst6=2:1.2.3-1 \ - perl=5.26.2-3 \ + perl=5.26.2-5 \ python=2.7.15~rc1-1 \ libsqlite3-0=3.23.1-1 \ libdb5.3=5.3.28-13.1+b1 \ libcairo2=1.15.10-3 libcairo-gobject2=1.15.10-3 \ libc-bin=2.27-3 libc6=2.27-3 multiarch-support=2.27-3 \ libgtk2.0-0=2.24.32-1 libgtk2.0-common=2.24.32-1 \ - libharfbuzz0b=1.7.6-1 \ + libharfbuzz0b=1.7.6-1+b1 \ libgcrypt20=1.8.2-2 \ - libtasn1-6=4.13-2 \ + libtasn1-6=4.13-3 \ libxi6=2:1.7.9-1 \ libldap-2.4-2=2.4.44+dfsg-5+deb9u1 \ libpcre3=2:8.39-9 \ |