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:
parent
bf13136882
commit
5e881c8dd4
1 changed files with 2 additions and 1 deletions
|
@ -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")")"
|
||||
|
|
Loading…
Reference in a new issue