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