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:
commit
cf2a6f335a
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue