Merge pull request #364 from LaraDock/downgrade-mysql

downgrade MySQL to 5.6 (stable)
This commit is contained in:
Mahmoud Zalt 2016-10-14 12:28:42 -04:00 committed by GitHub
commit bd1f6ebd8a

View File

@ -1,4 +1,4 @@
FROM mysql:latest
FROM mysql:mysql:5.6
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>