diff options
author | 2020-09-17 19:01:15 +0100 | |
---|---|---|
committer | 2020-09-17 19:01:15 +0100 | |
commit | d1472209b71dd0bd56cddb7a52dd2c109937c611 (patch) | |
tree | 5bc17de6fc626500ef12c4c084834982460775a8 /Dockerfile | |
parent | 23a9fcc45932f062053beed77ce6a4763a28e5cd (diff) |
bump to 7.0.2
Issue-ID: EXTAPI-514
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: I02b43ef2949a9868243e23fad04b489ae6093923
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ FROM registry.gitlab.com/onap-integration/docker/onap-java USER onap ARG SERVER_PORT -ARG PKG_FILENAME=nbi-rest-services-7.0.1-SNAPSHOT.jar +ARG PKG_FILENAME=nbi-rest-services-7.0.2-SNAPSHOT.jar ADD target/$PKG_FILENAME /opt/onap/app.jar RUN mkdir temptoscafile && chown onap:onap temptoscafile/ |