Skip to content

Commit 1d39176

Browse files
authored
Pin MySQL to 8.4 because the snapshot does not work with 9.x (#231)
1 parent c856edf commit 1d39176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mysql
1+
FROM mysql:8.4
22

33
COPY ./data /docker-entrypoint-initdb.d
44

0 commit comments

Comments
 (0)