aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2020-02-24 09:58:35 +0000
committeraosull01 <adrian.osullivan@huawei.com>2020-02-24 09:58:35 +0000
commit90704447e4bf81c55270357543e0504efa2fdab3 (patch)
tree7f8c7eb56d765866b93c615038689e44e168ac6c
parent672a4638243434ac22408a7d352cf6ef3758879e (diff)
UPdate pom to oparent 3.0.0 and fix Dockerfile base image
Issue-ID: EXTAPI-399 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I84a171b4ffbb8d7235632b99b5b13c84d4c1ce31
-rw-r--r--Dockerfile2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a0de641..d66d387 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
# limitations under the License.
#
-FROM openjdk:11-jre-slim
+FROM registry.gitlab.com/onap-integration/docker/onap-java
USER root
COPY src/main/resources/certificate /certs
diff --git a/pom.xml b/pom.xml
index e738f19..774db60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<properties>