Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update Dockerfile to use 3.10 in PYTHONPATH #12

Merged
merged 2 commits into from
Dec 5, 2022

Commits on Nov 28, 2022

  1. Update Dockerfile to use 3.10 in PYTHONPATH

    Latest Alpine release has upgraded the python version to 3.10 (See: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#Python_upgraded_to_3.10)
    
    As the PYTHONPATH is harcoded, the Dockerfile needs to be updated accordingly
    hvpareja authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1ad3b04 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Pin Alpine version to 3.16

    and update the python path again
    hvpareja authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    d514ea0 View commit details
    Browse the repository at this point in the history