Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants