Merge pull request #2004 from wy65701436/master

fix mysql image to 5.6.35
This commit is contained in:
Daniel Jiang 2017-04-12 19:01:27 +08:00 committed by GitHub
commit 28b3402937

View File

@ -1,4 +1,4 @@
FROM mysql:5.6 FROM mysql:5.6.35
WORKDIR /tmp WORKDIR /tmp