Fix the Windows ordering in generate-stackbrew-library.sh
See https://github.com/docker-library/mongo/pull/444 for more details.
This commit is contained in:
parent
221740e816
commit
1b5419f202
|
|
@ -92,7 +92,7 @@ for version in "${versions[@]}"; do
|
|||
for v in \
|
||||
{buster,stretch} \
|
||||
alpine3.12 \
|
||||
windows/windowsservercore-{ltsc2016,1809} \
|
||||
windows/windowsservercore-{1809,ltsc2016} \
|
||||
; do
|
||||
dir="$version/$v"
|
||||
dir="${dir#./}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue