You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/10/14 15:34:16 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3529 Revert docker python base image to 3.9

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


The following commit(s) were added to refs/heads/develop by this push:
     new 9fbecbf  AIRAVATA-3529 Revert docker python base image to 3.9
9fbecbf is described below

commit 9fbecbf4dc009041c608b80b91f22bb16c5ff056
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Oct 14 11:34:03 2021 -0400

    AIRAVATA-3529 Revert docker python base image to 3.9
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7a18e15..3959cab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -62,7 +62,7 @@ RUN yarn run build
 
 
 
-FROM python:3.10-slim as server-stage
+FROM python:3.9-slim as server-stage
 
 ENV PYTHONUNBUFFERED 1