diff options
author | Michael Lando <ml636r@att.com> | 2018-04-28 07:24:43 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-28 07:24:43 +0300 |
commit | 921360ae4a0168b0bc24654530f324b2bc2fdb32 (patch) | |
tree | e20dad7193aa76fdee2e77626800dba3077c3555 /ui-ci/sdc-ui-tests | |
parent | e4669311978a91e4af8f079fb10e5aaaff4fef14 (diff) |
set base images
Change-Id: Ia3c978ce5de499982d1945378855f2bc672b3882
Issue-ID: SDC-1265
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'ui-ci/sdc-ui-tests')
-rw-r--r-- | ui-ci/sdc-ui-tests/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-ci/sdc-ui-tests/Dockerfile b/ui-ci/sdc-ui-tests/Dockerfile index be1d3bf8dd..5e04e85847 100644 --- a/ui-ci/sdc-ui-tests/Dockerfile +++ b/ui-ci/sdc-ui-tests/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-vnc:1.3.0-SNAPSHOT-latest +FROM onap/base_sdc-vnc:1.3.0 COPY chef-solo /root/chef-solo/ |