Skip to content

Commit e6aba3a

Browse files
Add MySQL 8.4
1 parent 67c5c1d commit e6aba3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ RUN set -exuo pipefail ; \
8585
if [ "$MYSQL_VERSION" = "8.0" ];then \
8686
MYSQL_FILENAME=mysql80-community-release-el9-5.noarch.rpm; \
8787
MYSQL_MD5=4fa11545b76db63df0efe852e28c4d6b; \
88-
else \
88+
elif [ "$MYSQL_VERSION" = "8.4" ];then \
89+
MYSQL_FILENAME=mysql84-community-release-el9-1.noarch.rpm; \
90+
MYSQL_MD5=15a20fea9018662224f354cb78b392e7; \
91+
else
8992
echo "Uknown mysql version"; \
9093
exit 1; \
9194
fi; \

0 commit comments

Comments
 (0)