Skip to content

Commit 83f257f

Browse files
author
Sameer Naik
committed
bump mysql version to 5.7.26
1 parent 866958d commit 83f257f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**latest**
44
- update base image to ubuntu:bionic-20190612
5+
- upgrade to mysql-server 5.7.26
56

67
**5.7.24**
78
- update base image to ubuntu:bionic-20181204

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:bionic-20190612
33
LABEL maintainer="sameer@damagehead.com"
44

55
ENV MYSQL_USER=mysql \
6-
MYSQL_VERSION=5.7.24 \
6+
MYSQL_VERSION=5.7.26 \
77
MYSQL_DATA_DIR=/var/lib/mysql \
88
MYSQL_RUN_DIR=/run/mysqld \
99
MYSQL_LOG_DIR=/var/log/mysql

0 commit comments

Comments
 (0)