Skip to content

Commit 53f3630

Browse files
author
Gareth Midwood
committed
Add mysql 5.7 option
1 parent 24f6ec3 commit 53f3630

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Environment/Command/Container/Mysql.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ protected function askQuestions()
5050

5151
$this->buildOrImage(
5252
'../vendor/creode/docker/images/mysql',
53-
'creode/mysql:5.6',
53+
'creode/mysql:5.7',
5454
$this->_config,
5555
[ // builds
5656
'../vendor/creode/docker/images/mysql' => 'MySQL'
5757
],
5858
[ // images
59-
'creode/mysql:5.6' => 'MySQL'
59+
'creode/mysql:5.6' => 'MySQL 5.6',
60+
'creode/mysql:5.7' => 'MySQL 5.7'
6061
]
6162
);
6263

0 commit comments

Comments
 (0)