diff --git a/Dockerfile b/Dockerfile index 83c2c57..90f9b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 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:8.0.24 +FROM mysql:8.0.46 COPY config/user.cnf /etc/mysql/my.cnf