Skip to content

Commit 0c31411

Browse files
authoredDec 25, 2024··
MySQL 8.0.40 and Mroonga 14.12 (#95)
1 parent b2d27c9 commit 0c31411

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Currently, groonga/mroonga provides these couples of versions.
3535

3636
| tag | MySQL | Mroonga | Groonga |
3737
|------------------------|--------|---------|---------|
38-
| mysql-8.0-latest | 8.0.30 | 12.06 | 12.0.6 |
38+
| mysql-8.0-latest | 8.0.40 | 14.12 | 14.1.2 |
39+
| mysql-8.0.40-14.12 | 8.0.40 | 14.12 | 14.1.2 |
3940
| mysql-8.0.30-12.06 | 8.0.30 | 12.06 | 12.0.6 |
4041
| mysql-8.0.29-12.04 | 8.0.29 | 12.04 | 12.0.4 |
4142
| mysql-8.0.29-12.03 | 8.0.29 | 12.03 | 12.0.3 |

‎mysql-8.0/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mysql:8.0.40-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=14.1.0 \
12-
mroonga_version=14.10
11+
ENV groonga_version=14.1.2 \
12+
mroonga_version=14.12
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)
Please sign in to comment.