Skip to content

Commit 4bb14fb

Browse files
author
Gareth Midwood
committed
Add mysql 8.0 image
1 parent 53f3630 commit 4bb14fb

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,14 +50,15 @@ protected function askQuestions()
5050

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

0 commit comments

Comments
 (0)