downgrade MySQL to 5.6 (stable)
This commit is contained in:
parent
8d1ba2e802
commit
f35e5501db
|
@ -1,4 +1,4 @@
|
|||
FROM mysql:latest
|
||||
FROM mysql:mysql:5.6
|
||||
|
||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||
|
||||
|
|
Loading…
Reference in New Issue