Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Dockerfile issue: incompatible Ruby version
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
- Loading branch information