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

Switch "latest" to 2.3

This commit is contained in:
Tianon Gravi 2015-12-25 09:29:43 -08:00
parent 747fd18734
commit b8e8fe051b

View file

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