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 61973ac commit 6f41f97Copy full SHA for 6f41f97
generate-stackbrew-library.sh
@@ -54,7 +54,6 @@ for version in "${versions[@]}"; do
54
commit="$(dirCommit "$version/$base")"
55
56
fullVersion="$(git show "$commit":"$version/$base/Dockerfile" | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3; exit }')"
57
- fullVersion="${fullVersion%[.-]*}"
58
59
versionAliases=( $fullVersion )
60
if [ "$version" != "$fullVersion" ]; then
0 commit comments