diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2020-02-24 09:58:35 +0000 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2020-02-24 09:58:35 +0000 |
commit | 90704447e4bf81c55270357543e0504efa2fdab3 (patch) | |
tree | 7f8c7eb56d765866b93c615038689e44e168ac6c /Dockerfile | |
parent | 672a4638243434ac22408a7d352cf6ef3758879e (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
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |