diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-04-08 14:03:29 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-09 18:03:21 +0000 |
commit | 1788983cf083303c51d538608c92abbebef10307 (patch) | |
tree | a70997752b5448dc45739309c53df2ef49f5f59f /test-apis-ci/sdc-api-tests/Dockerfile | |
parent | 0ebace5621e54b8102b0371f0500340adedf7f75 (diff) |
fix use of user credentials logic
Change-Id: If518234e78983fe35ceb4b971d5093052ee824bb
Issue-ID: SDC-384
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'test-apis-ci/sdc-api-tests/Dockerfile')
-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 2be415080e..d419224251 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.2.0-SNAPSHOT-latest +FROM onap/base_sdc-sanity:1.3.0-SNAPSHOT-latest COPY chef-solo /root/chef-solo/ |