mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-10-31 18:52:28 +00:00
Add PHP 7.1 variants to generate-stackbrew-library.sh
This commit is contained in:
parent
c78dfa4f2d
commit
54bb11cb67
@ -40,7 +40,7 @@ join() {
|
|||||||
echo "${out#$sep}"
|
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")"
|
commit="$(dirCommit "$variant")"
|
||||||
|
|
||||||
fullVersion="$(git show "$commit":"$variant/Dockerfile" | awk '$1 == "ENV" && $2 == "JOOMLA_VERSION" { print $3; exit }')"
|
fullVersion="$(git show "$commit":"$variant/Dockerfile" | awk '$1 == "ENV" && $2 == "JOOMLA_VERSION" { print $3; exit }')"
|
||||||
|
Loading…
Reference in New Issue
Block a user