degica / dockerfiles

Dockerfile collection
1 stars 1 forks source link

Add Ruby 3.2.2 #17

Closed thoiberg closed 1 year ago

thoiberg commented 1 year ago

We're upgrading to Ruby 3, so we may as well go as far as we can 🚀

How to test

  1. cd into rails-buildpack/3.2.2
  2. run docker build . -t ruby-3.2.2
  3. run docker run -it ruby-3.2.2
  4. in the irb console, run RUBY_VERSION to confirm the version is 3.2.2
degikko commented 1 year ago

@FTLam11 can you help us review this PR, please?

degikko commented 1 year ago

@Resonious can you help us review this PR, please?