lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
927 stars 312 forks source link

Bump alpine from 7.4.26-alpine3.13 to 7.4.26-alpine3.15 in /7.4 #104

Closed mnme closed 2 years ago

mnme commented 2 years ago

I ran into problems regarding the old node.js / npm version in alpine 3.13 which is present in the 7.4 docker image. This updates alpine to the latest 3.15 version. I don't know if this could have bad side effects for other users because this updates a lot of packages.

lorisleiva commented 2 years ago

Hi there 👋

Sorry, I'm not sure I understand your issue. 😕

mnme commented 2 years ago

Sorry for the late reply, I haven't worked on the project until today. Thank you for merging it!

The biggest change between Alpine 3.13 and 3.15 is the bump of the Node.js version from 14.x to 16.x. I don't remember for sure what problem I ran into, but I think i had issues with npm trying to build some packages because there were no binaries available, which failed because some build dependencies were missing. This issue was partially solved by this upgrade (one package still builds unsuccessfully, but that's another problem).