File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ url='git://github.com/docker-library/python'
16
16
echo ' # maintainer: InfoSiftr <github@infosiftr.com> (@infosiftr)'
17
17
18
18
for version in " ${versions[@]} " ; do
19
- commit=" $( git log -1 --format=' format:%H' " $version " ) "
19
+ commit=" $( git log -1 --format=' format:%H' -- " $version " ) "
20
20
fullVersion=" $( grep -m1 ' ENV PYTHON_VERSION ' " $version /Dockerfile" | cut -d' ' -f3) "
21
21
versionAliases=( $fullVersion $version ${aliases[$version]} )
22
22
@@ -26,7 +26,7 @@ for version in "${versions[@]}"; do
26
26
done
27
27
28
28
for variant in onbuild; do
29
- commit=" $( git log -1 --format=' format:%H' " $version /$variant " ) "
29
+ commit=" $( git log -1 --format=' format:%H' -- " $version /$variant " ) "
30
30
echo
31
31
for va in " ${versionAliases[@]} " ; do
32
32
if [ " $va " = ' latest' ]; then
You can’t perform that action at this time.
0 commit comments