We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aba3a commit 805234cCopy full SHA for 805234c
Dockerfile
@@ -85,10 +85,10 @@ RUN set -exuo pipefail ; \
85
if [ "$MYSQL_VERSION" = "8.0" ];then \
86
MYSQL_FILENAME=mysql80-community-release-el9-5.noarch.rpm; \
87
MYSQL_MD5=4fa11545b76db63df0efe852e28c4d6b; \
88
- elif [ "$MYSQL_VERSION" = "8.4" ];then \
+ elif [ "$MYSQL_VERSION" = "8.4" ];then \
89
MYSQL_FILENAME=mysql84-community-release-el9-1.noarch.rpm; \
90
MYSQL_MD5=15a20fea9018662224f354cb78b392e7; \
91
- else
+ else \
92
echo "Uknown mysql version"; \
93
exit 1; \
94
fi; \
0 commit comments