Skip to content

Commit 74adb48

Browse files
committed
Upgrade image to 8.0.24
1 parent 7f5dded commit 74adb48

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# You can change this to a newer version of MySQL available at
22
# 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
3+
FROM mysql/mysql-server:8.0.24
94

105
COPY config/user.cnf /etc/mysql/my.cnf

0 commit comments

Comments
 (0)