We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ce12a commit d62757bCopy full SHA for d62757b
1 file changed
src/Environment/Command/Container/Php.php
@@ -63,9 +63,11 @@ protected function askQuestions()
63
// usage example will be Drupal sites where clearing cache doesn't do all sites
64
$this->buildOrImage(
65
'../vendor/creode/docker/images/php/7.0',
66
- 'creode/php-apache:7.0',
+ 'creode/php-apache:7.2',
67
$this->_config,
68
[ // builds
69
+ '../vendor/creode/docker/images/php/7.0' => 'PHP 7.2',
70
+ '../vendor/creode/docker/images/php/7.0' => 'PHP 7.1',
71
'../vendor/creode/docker/images/php/7.0' => 'PHP 7.0',
72
'../vendor/creode/docker/images/php/5.6' => 'PHP 5.6',
73
'../vendor/creode/docker/images/php/5.6-ioncube' => 'PHP 5.6 with ionCube',
0 commit comments