From 5d8d60c806266d38baf7ba6c63acb5f49d38b1ab Mon Sep 17 00:00:00 2001 From: "Ikramullah, Ikram" Date: Tue, 25 Feb 2020 17:44:32 -0500 Subject: [PATCH] Dockerfile updated to use python 3.8 Issue-ID: OPTFRA-645 Signed-off-by: Ikramullah, Ikram Change-Id: Ic9ff68036e53feb7938006d4caaf489a23530c7c --- conductor/docker/Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conductor/docker/Dockerfile b/conductor/docker/Dockerfile index e5253c5..9af6c23 100644 --- a/conductor/docker/Dockerfile +++ b/conductor/docker/Dockerfile @@ -15,7 +15,7 @@ # # ------------------------------------------------------------------------- -FROM python:2.7.15-alpine +FROM python:3.8.0-alpine ARG MVN_ARTIFACT_VERSION diff --git a/pom.xml b/pom.xml index 69bc49f..a26c4f2 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.onap.oparent oparent-python - 3.0.0-SNAPSHOT + 3.0.0 org.onap.optf.has -- 2.16.6