From aae1c348606d5e7fbf1f868adc0b18721ef26994 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 16 May 2018 18:09:17 +0300 Subject: 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 --- utils/webseal-simulator/sdc-simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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/ -- cgit 1.2.3-korg