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

Add "ruby:2" and "ruby:1" aliases

This commit is contained in:
Tianon Gravi 2014-08-14 18:11:25 -06:00
parent bf13136882
commit 5e881c8dd4

View file

@ -3,7 +3,8 @@ set -e
declare -A aliases
aliases=(
[2.1]='latest'
[2.1]='2 latest'
[1.9]='1'
)
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"