Skip to content

Commit d53d2d1

Browse files
committed
MySQL 8.0.41 and Mroonga 15.05
1 parent 9ceca27 commit d53d2d1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

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

4646
| tag | MySQL | Mroonga | Groonga |
4747
|------------------------|--------|---------|---------|
48-
| mysql-8.0-latest | 8.0.41 | 15.04 | 15.0.4 |
48+
| mysql-8.0-latest | 8.0.41 | 15.05 | 15.0.4 |
49+
| mysql-8.0.41-15.05 | 8.0.41 | 15.05 | 15.0.4 |
4950
| mysql-8.0.41-15.04 | 8.0.41 | 15.04 | 15.0.4 |
5051
| mysql-8.0.41-15.00 | 8.0.41 | 15.00 | 15.0.0 |
5152
| mysql-8.0.41-14.14 | 8.0.41 | 14.14 | 14.1.3 |

mysql-8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM mysql:8.0.41-oraclelinux9
99
# ```
1010

1111
ENV groonga_version=15.0.4 \
12-
mroonga_version=15.04
12+
mroonga_version=15.05
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)