This PR updates the Python base image in the Dockerfile to a newer version. This helps keep the project state-of-the-art and addresses security vulnerabilities (CVEs) present in older Python versions.
Key Changes:
Updated the Python base image to a more recent version.
Why this change?
Security: Mitigates known CVEs in the older python versions.
Maintainability: Ensures the project aligns with current standards.
Description
This PR updates the Python base image in the Dockerfile to a newer version. This helps keep the project state-of-the-art and addresses security vulnerabilities (CVEs) present in older Python versions.
Key Changes:
Why this change?
Security: Mitigates known CVEs in the older python versions. Maintainability: Ensures the project aligns with current standards.
Thank you for reviewing! Feedback is welcome. 🙏