updated mysql cluster version

This commit is contained in:
2021-01-24 05:17:36 +01:00
parent 0bd436b10c
commit 4f0da25778

View File

@@ -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