Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DockerCompose Ruby Error #58

Open
delorean02 opened this issue Mar 16, 2023 · 1 comment
Open

DockerCompose Ruby Error #58

delorean02 opened this issue Mar 16, 2023 · 1 comment

Comments

@delorean02
Copy link

I was trying to load the Docker Compose into my unRAID server. The Ruby version pulled was 2.2.6, but the gemfile was 3.1.2. This caused an error that failed the installation. Should the repo be updated to tell the docker to pull down a newer version of Ruby?

Apologies for my lack of a good explanation. I'm very green when it comes to any kind of programming.

@zallaevan
Copy link

Try editing your local clone and editing the Dockerfile file.
Change the first line, from ruby:2.66 to ruby:3.1.2. Then, the requirement will satisfy, and the building of the Dockerfile will be successful.

Suerte, compañero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants