Skip to content

Commit e82b64f

Browse files
author
ernesto
committed
Add faq
1 parent 896e65f commit e82b64f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM 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"
55
RUN /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'
88
RUN /bin/bash -l -c 'rvm alias create jruby jruby-9.3.1.0'
99

1010
# /app will have the puma practice

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
9696
Y 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
101101
gem install bundler
102102
```
103103

0 commit comments

Comments
 (0)