slatedocs / slate

Beautiful static documentation for your API
https://slatedocs.github.io/slate
Apache License 2.0
36.01k stars 108 forks source link

Update dockerfile to use ruby 3.0 #1794

Closed gabalis closed 7 months ago

gabalis commented 7 months ago

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