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 #205 from FreekingDean/chore/update-2.4-alpine-to-3.7

Allow 2.4 to fallback to alpine latest
This commit is contained in:
Tianon Gravi 2018-04-27 10:01:06 -07:00 committed by GitHub
commit 5607294094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")"