GoogleCloudPlatform / ruby-docker

Ruby runtime for Google Cloud Platform
Apache License 2.0
134 stars 56 forks source link

Update Node to Version Supported By Rails #191

Closed eric-hemasystems closed 3 years ago

eric-hemasystems commented 4 years ago

The stable version of webpacker (Rail's integration with webpack) requires at least Node v10.17.0. This repo builds images that only include 10.16.3.

I was going to create a quick PR as it looks like those are just set in the Rakefile and the build-ruby-runtime-images.sh files but wasn't sure if there was a preference to making the most minimal change that would be compatible (upgrading to 10.17.0) or bump to the most recent stable version of the Node 10 series, 10.22.1. Or maybe even to the bump to the 12 or 14 series since the 10 series is EOL in about 5.5 months from now.