-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
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
Labels
No labels