We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866958d commit 83f257fCopy full SHA for 83f257f
2 files changed
Changelog.md
@@ -2,6 +2,7 @@
2
3
**latest**
4
- update base image to ubuntu:bionic-20190612
5
+- upgrade to mysql-server 5.7.26
6
7
**5.7.24**
8
- update base image to ubuntu:bionic-20181204
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:bionic-20190612
LABEL maintainer="sameer@damagehead.com"
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 \
9
MYSQL_LOG_DIR=/var/log/mysql
0 commit comments