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:
parent
747fd18734
commit
b8e8fe051b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
declare -A aliases
|
||||
aliases=(
|
||||
[2.2]='2 latest'
|
||||
[2.3]='2 latest'
|
||||
)
|
||||
|
||||
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
|
||||
|
|
Loading…
Reference in a new issue