summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkramullah, Ikram <ikram@research.att.com>2020-02-25 17:44:32 -0500
committerIkramullah, Ikram <ikram@research.att.com>2020-02-26 10:07:06 -0500
commit5d8d60c806266d38baf7ba6c63acb5f49d38b1ab (patch)
tree1f3cab3c05e201128d4978826e58d6cef428ba2a
parent125fece82e5649ca47de3bbfcbd80ce754e21fd3 (diff)
Dockerfile updated to use python 3.8
Issue-ID: OPTFRA-645 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com> Change-Id: Ic9ff68036e53feb7938006d4caaf489a23530c7c
-rw-r--r--conductor/docker/Dockerfile2
-rw-r--r--pom.xml2
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 @@
<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>