Fix Python version for v12

This commit is contained in:
Lev
2021-11-06 21:26:15 +03:00
parent de04eb032c
commit 9d41a6d24e
3 changed files with 5 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ target "stable-args" {
args = {
GIT_BRANCH = "${GIT_BRANCH}"
IMAGE_TAG = "${GIT_BRANCH}"
PYTHON_VERSION = "${VERSION}" == "12" ? "3.7" : "3.9"
}
}