jruby / docker-jruby

MIT License
18 stars 27 forks source link

Prepare JRuby 9.2.6.0 support #45

Closed olleolleolle closed 5 years ago

olleolleolle commented 5 years ago

This PR updates the 9000/VERSION file and has run the update.sh script, to generate the Dockerfile changes.

To run the sed invocations in the update script on macOS:

brew install gnu-sed
cd 9000/
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" ./update.sh

See #44