nikolaik / docker-python-nodejs

🐳 Python with Node.js docker image
MIT License
477 stars 73 forks source link

python3.11-nodejs20 image contains Node v21.5 #154

Closed saschatimme closed 8 months ago

saschatimme commented 8 months ago

Looking at https://hub.docker.com/layers/nikolaik/python-nodejs/python3.11-nodejs20/images/sha256-79587bbeae9a6ca2788b132d3ca616bb4292ae0cacc3e64c78be3116ce857443?context=explore

you see that NODE_VERSION is dynamically set via

NODE_VERSION="$(curl -fsSL https://nodejs.org/dist/latest/SHASUMS256.txt | head -n1 | awk '

but this returns v21.5.0. Since the above Docker image was rebuilt only yesterday this now contains the completely wrong version...

nikolaik commented 8 months ago

I'll have a look, thanks!

saschatimme commented 8 months ago

Thank you for the quick fix :)

nikolaik commented 8 months ago

The images should be rebuilt with the correct version now, sorry for the regression. Do you want to help verify @saschatimme ?

saschatimme commented 8 months ago

My image looks good again 👍