From 198171486631a9774fd4b619b3cd47d990abc708 Mon Sep 17 00:00:00 2001 From: espurio Date: Tue, 24 May 2022 15:11:47 -0500 Subject: [PATCH] python3.9 mandatory in tryton6.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41c9d27..9549e0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=""