Closed danloveg closed 5 months ago
The latest version of Python is always pulled when the container is created because the Containerfile does not specify a specific version of Python.
Containerfile
This may cause issues with certain dependencies that may not support the latest cutting edge version of Python.
Recommend to limit Python to 3.10. The version of Django installed (3.2) supports up to 3.10.
Addressed by #177
The latest version of Python is always pulled when the container is created because the
Containerfile
does not specify a specific version of Python.This may cause issues with certain dependencies that may not support the latest cutting edge version of Python.
Recommend to limit Python to 3.10. The version of Django installed (3.2) supports up to 3.10.