update 5.6.35

This commit is contained in:
wangyan 2017-04-25 23:56:28 -07:00
parent e5fae8d4ff
commit a1f46ab34c

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