diff --git a/Changelog.md b/Changelog.md index 2af95ad..8c21bae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 345b29c..890c822 100644 --- a/Dockerfile +++ b/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 \ MYSQL_LOG_DIR=/var/log/mysql