From 90704447e4bf81c55270357543e0504efa2fdab3 Mon Sep 17 00:00:00 2001 From: aosull01 Date: Mon, 24 Feb 2020 09:58:35 +0000 Subject: [PATCH] UPdate pom to oparent 3.0.0 and fix Dockerfile base image Issue-ID: EXTAPI-399 Signed-off-by: aosull01 Change-Id: I84a171b4ffbb8d7235632b99b5b13c84d4c1ce31 --- Dockerfile | 2 +- pom.xml | 2 +- 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 @@ org.onap.oparent oparent - 3.0.0-SNAPSHOT + 3.0.0 -- 2.16.6