rubocop / circleci-ruby-snapshot-image

Builds a Ruby nightly image and publishes it to Docker Hub
3 stars 3 forks source link

Use ruby:2.7 as template instead of ruby:2.6 #14

Closed bquorning closed 4 years ago

bquorning commented 4 years ago

Build nightly Ruby based on how the official ruby:2.7 image is built. Now that Ruby 2.7 is officially released, I think we can assume that Dockerfile will be more regularly updated than the Ruby 2.6 one.

See also #7.