@@ -94,7 +94,7 @@ Basics (learn more at [baseimage-docker](http://phusion.github.io/baseimage-dock
9494
9595Language support:
9696
97- * Ruby 3.1.6, 3.2.6, 3.3.6 , 3.4.1 and JRuby 9.3.15.0 and 9.4.9.0.
97+ * Ruby 3.1.6, 3.2.6, 3.3.7 , 3.4.1 and JRuby 9.3.15.0 and 9.4.9.0.
9898 * RVM is used to manage Ruby versions. [ Why RVM?] ( #why_rvm )
9999 * 3.4.1 is configured as the default.
100100 * JRuby is installed from source, but we register an APT entry for it.
@@ -456,8 +456,8 @@ The default Ruby (what the `/usr/bin/ruby` command executes) is the latest Ruby
456456RUN bash -lc 'rvm --default use ruby-3.1.6'
457457# Ruby 3.2.6
458458RUN bash -lc 'rvm --default use ruby-3.2.6'
459- # Ruby 3.3.6
460- RUN bash -lc 'rvm --default use ruby-3.3.6 '
459+ # Ruby 3.3.7
460+ RUN bash -lc 'rvm --default use ruby-3.3.7 '
461461# Ruby 3.4.1
462462RUN bash -lc 'rvm --default use ruby-3.4.1'
463463# JRuby 9.3.15.0
@@ -474,9 +474,9 @@ Learn more: [RVM: Setting the default Ruby](https://rvm.io/rubies/default).
474474You can run any command with a specific Ruby version by prefixing it with ` rvm-exec <IDENTIFIER> ` . For example:
475475
476476``` bash
477- $ rvm-exec 3.3.6 ruby -v
478- Using /usr/local/rvm/gems/ruby-3.3.6
479- ruby 3.3.6 (2024-11-05 revision 75015d4c1f ) [x86_64-linux]
477+ $ rvm-exec 3.3.7 ruby -v
478+ Using /usr/local/rvm/gems/ruby-3.3.7
479+ ruby 3.3.7 (2025-01-15 revision be31f993d7 ) [x86_64-linux]
480480
481481$ rvm-exec 3.4.1 ruby -v
482482Using /usr/local/rvm/gems/ruby-3.4.1
0 commit comments