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:
Marvin Zhang
2024-12-25 18:14:39 +08:00
parent 17f8917d0a
commit a8bf1156c4

View File

@@ -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