Skip to content

Commit

Permalink
bump mysql version to 5.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jul 6, 2019
1 parent 866958d commit 83f257f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**latest**
- update base image to ubuntu:bionic-20190612
- upgrade to mysql-server 5.7.26

**5.7.24**
- update base image to ubuntu:bionic-20181204
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:bionic-20190612
LABEL maintainer="[email protected]"

ENV MYSQL_USER=mysql \
MYSQL_VERSION=5.7.24 \
MYSQL_VERSION=5.7.26 \
MYSQL_DATA_DIR=/var/lib/mysql \
MYSQL_RUN_DIR=/run/mysqld \
MYSQL_LOG_DIR=/var/log/mysql
Expand Down

0 comments on commit 83f257f

Please sign in to comment.