From 3c8224664dd6f431a337e561a1d91ae0d39bb96e Mon Sep 17 00:00:00 2001 From: Benjamin Edwards Date: Thu, 9 Sep 2021 16:58:39 -0400 Subject: [PATCH] remove minor version to get docker build working --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \