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 /utils/webseal-simulator | |
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 'utils/webseal-simulator')
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index 957ce47651..5b115530e7 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-jetty:1.3.0 +FROM onap/base_sdc-jetty:1.3.1 COPY chef-solo /root/chef-solo/ |