Skip to content

Ruby version outdated #34

@ruswerner

Description

@ruswerner

I am getting an old version of Ruby using this image. When I pull the base image directly it's using 2.5.3, which is the version our gemfile is locked to...

$ docker pull starefossen/ruby-node:2-8
$ docker run -it starefossen/ruby-node:2-8 bash -c "ruby -v"
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]

$ docker pull ruby:2-stretch
$ docker run -it ruby:2-stretch bash -c "ruby -v"
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]

How can I resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions