You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: