Skip to content

Commit

Permalink
Merge branch 'baseimage-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jul 6, 2019
2 parents b33e19d + 83f257f commit e574a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**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
- upgrade to mysql-server 5.7.24
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:bionic-20181204
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 e574a6f

Please sign in to comment.