Merge branch 'release-0.5.0' into stuclem-patch-1

This commit is contained in:
Daniel Jiang 2017-04-26 15:23:45 +08:00 committed by GitHub
commit 572612ab37

View File

@ -1,8 +1,8 @@
FROM mysql:5.6
FROM mysql:5.6.35
WORKDIR /tmp
ADD registry.sql r.sql
ADD registry.sql r.sql
ADD docker-entrypoint.sh /entrypoint.sh
RUN chmod u+x /entrypoint.sh
RUN chmod u+x /entrypoint.sh