1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

2.4 is latest

Since Ruby 2.4 is the latest release, it should be considered the default ‘2’ version.
This commit is contained in:
Tobias H. Michaelsen 2016-12-28 23:23:58 +01:00 committed by GitHub
parent b2f84d6b67
commit 230d21cfe8

View file

@ -2,7 +2,7 @@
set -eu
declare -A aliases=(
[2.3]='2 latest'
[2.4]='2 latest'
)
self="$(basename "$BASH_SOURCE")"