This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit b63b0520a2c234dd1c70fc3fc3690d83e3aad24f
Author: Marcus Christie <machristie@apache.org>
AuthorDate: Tue Nov 3 16:19:07 2020 -0500
AIRAVATA-3376 Update Dockerfile to Python 3.8
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 3a5dbef..684d6de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -55,7 +55,7 @@ RUN yarn run build
-FROM python:3.6.5 as server-stage
+FROM python:3.8 as server-stage
ENV PYTHONUNBUFFERED 1
ENV OAUTHLIB_INSECURE_TRANSPORT 1
|