Skip to content

Commit e574a6f

Browse files
author
Sameer Naik
committed
Merge branch 'baseimage-update'
2 parents b33e19d + 83f257f commit e574a6f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
**latest**
4+
- update base image to ubuntu:bionic-20190612
5+
- upgrade to mysql-server 5.7.26
6+
37
**5.7.24**
48
- update base image to ubuntu:bionic-20181204
59
- upgrade to mysql-server 5.7.24

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM ubuntu:bionic-20181204
1+
FROM ubuntu:bionic-20190612
22

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)