diff --git a/Changelog.md b/Changelog.md index e1c46ff..2af95ad 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Changelog +**latest** +- update base image to ubuntu:bionic-20190612 + **5.7.24** - update base image to ubuntu:bionic-20181204 - upgrade to mysql-server 5.7.24 diff --git a/Dockerfile b/Dockerfile index 4a9c6b6..345b29c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20181204 +FROM ubuntu:bionic-20190612 LABEL maintainer="sameer@damagehead.com"