diff options
author | Michael Lando <ml636r@att.com> | 2018-06-03 18:06:57 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-03 18:06:57 +0300 |
commit | 18cba5cee4111729ab145b0b4c5f741e44b026d8 (patch) | |
tree | b70621185fd7d5e0c0135b38113c25fba1f75e58 /base_sdc-python | |
parent | e2eada301c2502a249f2648b903140312d5e36e3 (diff) |
Fix additional library CVEs2.0.0-ONAP2.0.0-ONAP
Change-Id: I82aa5c334f365e6ebaf65d88abb79beb96472ef4
Issue-ID: SDC-1310
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'base_sdc-python')
-rw-r--r-- | base_sdc-python/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index 7f6a8c4..443fd7b 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -14,4 +14,4 @@ RUN pip install 'influxdb==5.0.0' 'pycurl== 7.43.0.1' 'requests==2.18.4' && \ gem install chef:13.8.5 berkshelf:6.3.1 io-console:0.4.6 --no-document && \ echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \ apk update && \ - apk add binutils=2.30-r1 jq=1.6_rc1-r1 libpng=1.6.34-r1 + apk add binutils=2.26-r1 jq=1.6_rc1-r1 libpng=1.6.34-r1 |