NationalCentreTruthReconciliation / Secure-Record-Transfer

A transfer portal incorporating CAAIS and BagIt Specifications
https://secure-record-transfer.readthedocs.io/en/latest/
4 stars 2 forks source link

Python version in compose file should be locked to major version #169

Closed danloveg closed 5 months ago

danloveg commented 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.

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.

danloveg commented 5 months ago

Addressed by #177