From c8cfd07b8cf618137b04d1fe2c6779c6cf3a10bf Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Tue, 21 Apr 2020 12:38:49 +0200 Subject: Update java to version 11 Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: Ibd3e10c534758e1b26e3a1cbd8154f5aeb423721 --- netconfsimulator/Dockerfile_app | 2 +- netconfsimulator/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'netconfsimulator') diff --git a/netconfsimulator/Dockerfile_app b/netconfsimulator/Dockerfile_app index 589be17..d1cc447 100644 --- a/netconfsimulator/Dockerfile_app +++ b/netconfsimulator/Dockerfile_app @@ -1,4 +1,4 @@ -FROM docker.io/openjdk:8-jre-alpine +FROM docker.io/openjdk:11-jre-slim ARG VERSION=${version} diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 86f3ecd..6dbdf0c 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -35,8 +35,8 @@ UTF-8 - 1.8 - 1.8 + 11 + 11 yyyyMMdd'T'HHmmss nexus3.onap.org:10003 latest -- cgit 1.2.3-korg