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

Merge pull request #333 from mtsmfm/3-0-stackbrew

Update generate-stackbrew-library.sh for Ruby 3.0
This commit is contained in:
Tianon Gravi 2020-12-28 07:15:02 -08:00 committed by GitHub
commit cf2a6f335a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A aliases=(
[2.8-rc]='rc'
[2.7]='2 latest'
[3.0]='3 latest'
[2.7]='2'
)
defaultDebianSuite='buster'