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 /test-apis-ci/sdc-api-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 'test-apis-ci/sdc-api-tests')
-rw-r--r-- | test-apis-ci/sdc-api-tests/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-apis-ci/sdc-api-tests/Dockerfile b/test-apis-ci/sdc-api-tests/Dockerfile index d419224251..23d7e58a2d 100644 --- a/test-apis-ci/sdc-api-tests/Dockerfile +++ b/test-apis-ci/sdc-api-tests/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/base_sdc-sanity:1.3.0-SNAPSHOT-latest +FROM onap/base_sdc-sanity:1.3.0 COPY chef-solo /root/chef-solo/ |