projecthorus / chasemapper

Browser-Based High-Altitude Balloon Chase Map
GNU General Public License v3.0
107 stars 24 forks source link

Docker: Migrate to Python 3 #24

Closed snh closed 3 years ago

snh commented 3 years ago

Initial quick testing seems to indicate this is working OK.

darksidelemm commented 3 years ago

I guess the only issue here might be if the default python3 is updated to 3.8 or newer (currently this dockerfile assumes 3.7), but probably OK for now.

snh commented 3 years ago

@darksidelemm This is pinned to Debian Stretch, so I suspect we are pretty safe thanks to Debian's packaging policies.