1
0
Fork 0
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:
Tianon Gravi 2017-12-26 09:42:00 -08:00
parent e5d5ed2303
commit bf3b9e755c

View file

@ -3,6 +3,7 @@ set -Eeuo pipefail
declare -A aliases=(
[2.5]='2 latest'
[2.6-rc]='rc'
)
defaultDebianSuite='stretch'