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

Update dockerfile to use ruby 3.0 #1794

Merged
merged 1 commit into from Feb 16, 2024

Conversation

gabalis
Copy link

@gabalis gabalis commented Feb 16, 2024

While using the provided Dockerfile an error is generated:

44.04 ERROR:  Error installing bundler:
44.04 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
44.04 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.6.10.210.

Honouring the suggestion the Docker image is now based on ruby:3.0-slim

While using the provided Dockerfile an error is generated:

```
44.04 ERROR:  Error installing bundler:
44.04 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
44.04 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.6.10.210.
```

Honouring the suggestion the image is now based on ruby:3.0-slim
@MasterOdin MasterOdin changed the base branch from main to dev February 16, 2024 15:35
@MasterOdin MasterOdin changed the title Fix Dockerfile issue: incompatible Ruby version Update dockerfile to use ruby 3.0 Feb 16, 2024
@MasterOdin MasterOdin merged commit 81d2732 into slatedocs:dev Feb 16, 2024
5 checks passed
@gabalis gabalis deleted the Docker-FROM-upgrade branch February 16, 2024 17:54
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

Successfully merging this pull request may close these issues.

None yet

3 participants