diff --git a/Dockerfile b/Dockerfile index 6455678..d2ec323 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # You can change this to a newer version of MySQL available at # https://hub.docker.com/r/mysql/mysql-server/tags/ -FROM mysql/mysql-server:5.7.24 +FROM mysql/mysql-server:5.7 # Add timezone data RUN yum install -y tzdata && \