mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Minor fix to generate-stackbrew-library.sh
This commit is contained in:
parent
59efe8f729
commit
21d5c31b5f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ url='git://github.com/docker-library/ruby'
|
|||
echo '# maintainer: InfoSiftr <github@infosiftr.com> (@infosiftr)'
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
commit="$(git log -1 --format='format:%H' "$version")"
|
||||
commit="$(git log -1 --format='format:%H' -- "$version")"
|
||||
fullVersion="$(grep -m1 'ENV RUBY_VERSION ' "$version/Dockerfile" | cut -d' ' -f3)"
|
||||
|
||||
versionAliases=()
|
||||
|
|
Loading…
Reference in a new issue