diff --git a/mysql-cluster/Dockerfile b/mysql-cluster/Dockerfile index a3e6835..2b76be0 100644 --- a/mysql-cluster/Dockerfile +++ b/mysql-cluster/Dockerfile @@ -1,6 +1,6 @@ FROM centos:7 RUN yum install -y \ - https://dev.mysql.com/get/Downloads/MySQL-Cluster-8.0/mysql-cluster-community-server-minimal-8.0.22-1.el7.x86_64.rpm \ + https://dev.mysql.com/get/Downloads/MySQL-Cluster-8.0/mysql-cluster-community-server-minimal-8.0.23-1.el7.x86_64.rpm \ && yum clean all COPY docker-entrypoint.sh / RUN chmod +x /docker-entrypoint.sh