mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Merge pull request #205 from FreekingDean/chore/update-2.4-alpine-to-3.7
Allow 2.4 to fallback to alpine latest
This commit is contained in:
commit
5607294094
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ defaultAlpineVersion='3.7'
|
|||
declare -A alpineVersions=(
|
||||
[2.2]='3.4'
|
||||
[2.3]='3.4'
|
||||
[2.4]='3.4'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
Loading…
Reference in a new issue