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-cassandra/Dockerfile | |
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-cassandra/Dockerfile')
-rw-r--r-- | base_sdc-cassandra/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base_sdc-cassandra/Dockerfile b/base_sdc-cassandra/Dockerfile index e73d066..1ec1169 100644 --- a/base_sdc-cassandra/Dockerfile +++ b/base_sdc-cassandra/Dockerfile @@ -64,9 +64,9 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis 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-7 \ libxtst6=2:1.2.3-1 \ - perl=5.26.2-5 \ - python=2.7.15~rc1-1 \ - libsqlite3-0=3.23.1-1 \ + perl=5.26.2-6 \ + python=2.7.15-3 \ + libsqlite3-0=3.24.0-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 \ |