Closed fukayatsu closed 5 years ago
Home — JRuby.org Latest release - 9.2.5.0
It seems JRuby 9.2.5.1 is not yet released at this point. jruby:9.2.5.1 should be jruby:9.2.5.0 ?
jruby:9.2.5.1
jruby:9.2.5.0
$ docker run --rm -it jruby:9.2.5.1 irb> JRUBY_VERSION => "9.2.5.0"
$ docker run --rm -it jruby:9.2.5.0 docker: Error response from daemon: manifest for jruby:9.2.5.0 not found.
😞 PR to fix it is here: https://github.com/docker-library/official-images/pull/5186
This is fixed.
It seems JRuby 9.2.5.1 is not yet released at this point.
jruby:9.2.5.1
should bejruby:9.2.5.0
?