We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b33e19d + 83f257f commit e574a6fCopy full SHA for e574a6f
Changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
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
9
- upgrade to mysql-server 5.7.24
Dockerfile
@@ -1,9 +1,9 @@
-FROM ubuntu:bionic-20181204
+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 \
MYSQL_LOG_DIR=/var/log/mysql
0 commit comments