From 921360ae4a0168b0bc24654530f324b2bc2fdb32 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 28 Apr 2018 07:24:43 +0300 Subject: set base images Change-Id: Ia3c978ce5de499982d1945378855f2bc672b3882 Issue-ID: SDC-1265 Signed-off-by: Michael Lando --- utils/webseal-simulator/sdc-simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/webseal-simulator/sdc-simulator/Dockerfile') diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index 079c282093..957ce47651 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-SNAPSHOT-latest +FROM onap/base_sdc-jetty:1.3.0 COPY chef-solo /root/chef-solo/ -- cgit 1.2.3-korg