We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cfe26 commit fc445dcCopy full SHA for fc445dc
generate-stackbrew-library.sh
@@ -16,7 +16,7 @@ url='git://github.com/docker-library/postgres'
16
echo '# maintainer: InfoSiftr <github@infosiftr.com> (@infosiftr)'
17
18
for version in "${versions[@]}"; do
19
- commit="$(git log -1 --format='format:%H' "$version")"
+ commit="$(git log -1 --format='format:%H' -- "$version")"
20
fullVersion="$(grep -m1 'ENV PG_VERSION ' "$version/Dockerfile" | cut -d' ' -f3 | cut -d- -f1 | sed 's/~/-/g')"
21
versionAliases=( $fullVersion $version ${aliases[$version]} )
22
0 commit comments