Skip to content

Commit 3e58972

Browse files
committed
MySQL 8.0.45 and Mroonga 16.01
1 parent 2da9e48 commit 3e58972

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
@@ -68,7 +68,8 @@ Currently, groonga/mroonga provides these couples of versions.
6868

6969
| tag | MySQL | Mroonga | Groonga |
7070
|------------------------|--------|---------|---------|
71-
| mysql-8.0-latest | 8.0.45 | 15.25 | 15.2.5 |
71+
| mysql-8.0-latest | 8.0.45 | 16.01 | 16.0.1 |
72+
| mysql-8.0.45-16.01 | 8.0.45 | 16.01 | 16.0.1 |
7273
| mysql-8.0.45-15.25 | 8.0.45 | 15.25 | 15.2.5 |
7374
| mysql-8.0.45-15.23 | 8.0.45 | 15.23 | 15.2.3 |
7475
| mysql-8.0.44-15.22 | 8.0.44 | 15.22 | 15.2.1 |

mysql-8.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ FROM mysql:8.0.45-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.5 \
12-
mroonga_version=15.25
11+
ENV groonga_version=16.0.1 \
12+
mroonga_version=16.01
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)