File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM ghcr.io/arquitecturas-concurrentes/iasc-rvm-debian-slim:main
22
33# preinstall some ruby versions
4- ENV REQUIRED_RUBIES "3.3.0 jruby-9.3.1.0"
4+ ENV REQUIRED_RUBIES "3.3.7 jruby-9.3.1.0"
55RUN /bin/bash -l -c 'for version in $REQUIRED_RUBIES; do echo "Now installing Ruby $version"; rvm install $version; rvm cleanup all; done'
66
7- RUN /bin/bash -l -c 'rvm alias create mri ruby-3.3.0 '
7+ RUN /bin/bash -l -c 'rvm alias create mri ruby-3.3.7 '
88RUN /bin/bash -l -c 'rvm alias create jruby jruby-9.3.1.0'
99
1010# /app will have the puma practice
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
9696Y luego, instalar Ruby y [ bundler] ( http://bundler.io/ ) :
9797
9898``` bash
99- rvm install 3.3.0
100- rvm use 3.3.0
99+ rvm install 3.3.7
100+ rvm use 3.3.7
101101gem install bundler
102102```
103103
You can’t perform that action at this time.
0 commit comments