diff --git a/doc/sql/Dockerfile b/doc/sql/Dockerfile index fddb124..80e09b1 100644 --- a/doc/sql/Dockerfile +++ b/doc/sql/Dockerfile @@ -1,2 +1,2 @@ -FROM mysql:8.0 +FROM mysql:8.0.46 COPY novel_plus_data.sql /docker-entrypoint-initdb.d/init.sql diff --git a/doc/sql/novel_plus_data.sql.zip b/doc/sql/novel_plus_data.sql.zip index 7135a23..60c95da 100644 Binary files a/doc/sql/novel_plus_data.sql.zip and b/doc/sql/novel_plus_data.sql.zip differ