We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5dded commit 74adb48Copy full SHA for 74adb48
Dockerfile
@@ -1,10 +1,5 @@
1
# You can change this to a newer version of MySQL available at
2
# https://hub.docker.com/r/mysql/mysql-server/tags/
3
-FROM mysql/mysql-server:8.0.19
4
-
5
-# Add timezone data
6
-RUN yum install -y tzdata && \
7
- yum clean all && \
8
- rm -rf /var/cache/yum
+FROM mysql/mysql-server:8.0.24
9
10
COPY config/user.cnf /etc/mysql/my.cnf
0 commit comments