We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f6ec3 commit 53f3630Copy full SHA for 53f3630
1 file changed
src/Environment/Command/Container/Mysql.php
@@ -50,13 +50,14 @@ protected function askQuestions()
50
51
$this->buildOrImage(
52
'../vendor/creode/docker/images/mysql',
53
- 'creode/mysql:5.6',
+ 'creode/mysql:5.7',
54
$this->_config,
55
[ // builds
56
'../vendor/creode/docker/images/mysql' => 'MySQL'
57
],
58
[ // images
59
- 'creode/mysql:5.6' => 'MySQL'
+ 'creode/mysql:5.6' => 'MySQL 5.6',
60
+ 'creode/mysql:5.7' => 'MySQL 5.7'
61
]
62
);
63
0 commit comments