diff options
author | Michael Lando <ml636r@att.com> | 2018-05-16 18:09:17 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-05-17 12:39:38 +0000 |
commit | aae1c348606d5e7fbf1f868adc0b18721ef26994 (patch) | |
tree | 22685b6c6394beaa57e80e77f056557158c3c517 /asdctool/sdc-cassandra-init/Dockerfile | |
parent | ccbd67e3cad2945fc4e488cd9d3bc528d364fc9c (diff) |
update docker bases used by sdc
update docker bases to version 1.3.1 with the new security fixes.
Change-Id: I6d702fb58dc16721a2e42b1f38e1288d9655bb72
Issue-ID: SDC-1340
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'asdctool/sdc-cassandra-init/Dockerfile')
-rw-r--r-- | asdctool/sdc-cassandra-init/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdctool/sdc-cassandra-init/Dockerfile b/asdctool/sdc-cassandra-init/Dockerfile index c19fe2a6f6..2e00ecaa20 100644 --- a/asdctool/sdc-cassandra-init/Dockerfile +++ b/asdctool/sdc-cassandra-init/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-cqlsh:1.3.0 +FROM onap/base_sdc-cqlsh:1.3.1 COPY chef-solo /root/chef-solo/ |