This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new af7b9a30 fix: switch mysql version to 8
af7b9a30 is described below
commit af7b9a309b7500f2a500bdae23e39814b7d97d9e
Author: zhangliang <[email protected]>
AuthorDate: Fri Aug 26 15:45:08 2022 +0800
fix: switch mysql version to 8
---
releases/lake-v0.13.0/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releases/lake-v0.13.0/docker-compose.yml
b/releases/lake-v0.13.0/docker-compose.yml
index caee1f30..69ac3998 100644
--- a/releases/lake-v0.13.0/docker-compose.yml
+++ b/releases/lake-v0.13.0/docker-compose.yml
@@ -16,7 +16,7 @@
version: "3"
services:
mysql:
- image: mysql:8.0.26
+ image: mysql:8
volumes:
- mysql-storage:/var/lib/mysql
restart: always