mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Add back the "rc" alias, but point it at 2.6-rc (as a reminder to future us)
This commit is contained in:
parent
e5d5ed2303
commit
bf3b9e755c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
declare -A aliases=(
|
||||
[2.5]='2 latest'
|
||||
[2.6-rc]='rc'
|
||||
)
|
||||
|
||||
defaultDebianSuite='stretch'
|
||||
|
|
Loading…
Reference in a new issue