Add PHP 7.1 variants to generate-stackbrew-library.sh

This commit is contained in:
J0WI 2018-01-30 16:41:12 +01:00
parent c78dfa4f2d
commit 54bb11cb67
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ join() {
echo "${out#$sep}"
}
for variant in apache apache-php7 fpm fpm-php7; do
for variant in apache apache-php7.0 apache-php7.1 fpm fpm-php7.0 fpm-php7.1; do
commit="$(dirCommit "$variant")"
fullVersion="$(git show "$commit":"$variant/Dockerfile" | awk '$1 == "ENV" && $2 == "JOOMLA_VERSION" { print $3; exit }')"