Skip to content

Commit c65d496

Browse files
committed
MySQL 8.4.8 and Mroonga 15.25
1 parent 8043898 commit c65d496

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Currently, groonga/mroonga provides these couples of versions.
4848

4949
| tag | MySQL | Mroonga | Groonga |
5050
|------------------------|--------|---------|---------|
51-
| mysql-8.4-latest | 8.4.8 | 15.23 | 15.2.3 |
51+
| mysql-8.4-latest | 8.4.8 | 15.25 | 15.2.5 |
52+
| mysql-8.4.8-15.25 | 8.4.8 | 15.25 | 15.2.5 |
5253
| mysql-8.4.8-15.23 | 8.4.8 | 15.23 | 15.2.3 |
5354
| mysql-8.4.7-15.22 | 8.4.7 | 15.22 | 15.2.1 |
5455
| mysql-8.4.7-15.21 | 8.4.7 | 15.21 | 15.2.1 |

mysql-8.4/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mysql:8.4.8-oraclelinux9
88
# error: failed to parse public key for /var/cache/yum/metadata/apache-arrow-almalinux-9-x86_64/RPM-GPG-KEY-Apache-Arrow
99
# ```
1010

11-
ENV groonga_version=15.2.3 \
12-
mroonga_version=15.23
11+
ENV groonga_version=15.2.5 \
12+
mroonga_version=15.25
1313

1414
RUN mkdir -p /etc/mysql/mysql.conf.d && \
1515
touch /etc/mysql/mysql.conf.d/default-auth-override.cnf && \

0 commit comments

Comments
 (0)