python3.9 mandatory in tryton6.2

This commit is contained in:
espurio 2022-05-24 15:11:47 -05:00
parent 06b646ae40
commit 1981714866
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM tryton/tryton:
LABEL org.label-schema.version=""
#version equal Tryond server version
ENV TRYTOND_VERSION=""
#python version that will run the docker example python3.7
#python version that will run the docker example python3.7 or python3.9 is mandatory in case you use tryton6.2
ENV PYTHON_VERSION=""
#version equal Tryond server version
ENV GITEA_ORG=""