32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-06-11 10:22:21 +00:00

Add PHP 7.2 variants to update.php

This commit is contained in:
J0WI 2018-01-30 17:34:17 +01:00
parent 0d8188aeaf
commit 4e07f7b527

View File

@ -74,7 +74,7 @@ if (!isset($signature))
exit(1);
}
foreach (['apache', 'apache-php7.0', 'apache-php7.1', 'fpm', 'fpm-php7.0', 'fpm-php7.1'] as $variant)
foreach (['apache', 'apache-php7.0', 'apache-php7.1', 'apache-php7.2', 'fpm', 'fpm-php7.0', 'fpm-php7.1', 'fpm-php7.2'] as $variant)
{
$dockerfile = __DIR__ . "/$variant/Dockerfile";