Dockerfile updated to use python 3.8 47/102347/3
authorIkramullah, Ikram <ikram@research.att.com>
Tue, 25 Feb 2020 22:44:32 +0000 (17:44 -0500)
committerIkramullah, Ikram <ikram@research.att.com>
Wed, 26 Feb 2020 15:07:06 +0000 (10:07 -0500)
Issue-ID: OPTFRA-645
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
Change-Id: Ic9ff68036e53feb7938006d4caaf489a23530c7c

conductor/docker/Dockerfile
pom.xml

index e5253c5..9af6c23 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>