You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've been looking for something like this since forever and your project looks promising. However, most projects I work with pin exact versions, such as Ruby 3.0.3 and Node 16.13.0. Would it be possible to build against a matrix of exact versions of Ruby and Node?
The text was updated successfully, but these errors were encountered:
I guess the issue with this is the same as the reason I'm here: building custom versions together. Your Dockerfile for alpine grabs node from the alpine package manager without specifying the version:
Because they don't keep previous versions of the packages in their repo, if a new Ruby version comes out it's not possible this way to build images for all the old versions of node.
Looks like I answered my own question here but if you were to support this somehow, that would be awesome :)
Hey, I've been looking for something like this since forever and your project looks promising. However, most projects I work with pin exact versions, such as Ruby 3.0.3 and Node 16.13.0. Would it be possible to build against a matrix of exact versions of Ruby and Node?
The text was updated successfully, but these errors were encountered: