aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-database
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2020-01-24 11:18:07 -0500
committervrvarma <vikas.varma@att.com>2020-03-05 09:50:29 -0500
commite761afa8019ce5585027a2c5e04ef463b703d3de (patch)
treea6e80dce9c0bef1c35447dc49f2d340690cccb96 /cmso-database
parent29482785f9e18a1100fe0ea4695dfaf348e60aa6 (diff)
Update project for java11
Issue-ID: OPTFRA-620 Change-Id: Ib50c197e9582fcc1917d8d81e949c9b961a2cbd2 Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-database')
-rw-r--r--cmso-database/src/main/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmso-database/src/main/docker/Dockerfile b/cmso-database/src/main/docker/Dockerfile
index f1e617b..35fb4cc 100644
--- a/cmso-database/src/main/docker/Dockerfile
+++ b/cmso-database/src/main/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM ubuntu:18.04
MAINTAINER "The Onap Team"
LABEL Description="This image contains ubuntu 16.04 with the openjdk installed" Version="16.04-8"
@@ -14,7 +14,7 @@ ENV https_proxy=$HTTPS_PROXY
RUN test -n "$http_proxy" && echo "Acquire::Proxy \"http://$http_proxy\";" > /etc/apt/apt.conf.d/02proxy || true && \
apt-get update && \
apt-get -y dist-upgrade && \
- apt-get install -y openjdk-8-jre-headless && \
+ apt-get install -y openjdk-11-jre-headless && \
apt-get install -y curl
COPY onap-cmso/docker-liquibase.jar ${APP_HOME}/app.jar