terascope / base-docker-image

Base docker image for Node
MIT License
0 stars 0 forks source link

Add fix for python 3.12 #29

Closed sotojn closed 4 weeks ago

sotojn commented 4 weeks ago

This PR makes the following changes:

The node 22.2.0 alpine image for amd64 will install python 3.12 which will cause this issue. Below is a link with the new changes from python 3.11 to 3.12: https://www.python.org/downloads/release/python-3123/

godber commented 4 weeks ago

This is necessary because the Alpine images with matching tags, aren't always running on the same alpine release on each platform:

https://github.com/nodejs/docker-node/issues/2087