Skip to content

Commit

Permalink
Merge pull request #2144 from wy65701436/release-0.5.0
Browse files Browse the repository at this point in the history
update 5.6.35
  • Loading branch information
Daniel Jiang committed Apr 26, 2017
2 parents e5fae8d + a1f46ab commit ad5d05a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/common/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ad5d05a

Please sign in to comment.