You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packaging/portable/linux/pack_linux_docker.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
CENTOS_VERSION=${1:-"7"}# Shouldn't influence on the results. We need it only to unpack AppImage. Better to keep 7 for manylinux2014
4
4
MANYLINUX_VERSION=${2:-"2014"}# This means that downloaded python version has been built in CentOS 7. See https://www.python.org/dev/peps/pep-0599/ for details.
5
-
PYTHON_VERSION=${3:-"3.8.12"}# Three digits. Before build check the latest available versions on https://github.com/niess/python-appimage/tags
6
-
CWL_AIRFLOW_VERSION=${4:-`git rev-parse --abbrev-ref HEAD`}# Will be always pulled from GitHub. Doesn't support build from local directory
5
+
PYTHON_VERSION=${3:-"3.8.18"}# Three digits. Before build check the latest available versions on https://github.com/niess/python-appimage/tags
6
+
CWL_AIRFLOW_VERSION=${4:-"master"}#-`git rev-parse --abbrev-ref HEAD`} # Will be always pulled from GitHub. Doesn't support build from local directory
0 commit comments