mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: update default Python version in installation script to 3.12.8
- Changed the default Python version in the Docker base image installation script from 3.12 to 3.12.8 to ensure the latest patch version is used. - This update enhances the reliability and security of the Python installation process in Docker environments.
This commit is contained in:
@@ -106,7 +106,7 @@ handle_requirements() {
|
||||
|
||||
# Main logic
|
||||
command="${1:-install}"
|
||||
version="${2:-3.12}"
|
||||
version="${2:-3.12.8}"
|
||||
requirements="${3:-}"
|
||||
|
||||
case $command in
|
||||
|
||||
Reference in New Issue
Block a user