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-elasticsearch/Dockerfile | |
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-elasticsearch/Dockerfile')
-rw-r--r-- | base_sdc-elasticsearch/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-elasticsearch/Dockerfile b/base_sdc-elasticsearch/Dockerfile index 045cc4c..cb7382b 100644 --- a/base_sdc-elasticsearch/Dockerfile +++ b/base_sdc-elasticsearch/Dockerfile @@ -8,4 +8,4 @@ RUN set -ex && \ 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 curl=7.59.0-r1 libcurl=7.59.0-r1 libtasn1=4.13-r0 + apk add binutils=2.30-r1 curl=7.60.0-r1 libcurl=7.60.0-r1 libtasn1=4.13-r0 |