inoda / journal

:notebook: A simple self-hosted journaling app
MIT License
361 stars 52 forks source link

DockerCompose Ruby Error #58

Open delorean02 opened 1 year ago

delorean02 commented 1 year ago

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 commented 1 year ago

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.