You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by da...@apache.org on 2023/01/03 13:27:20 UTC

[flink-playgrounds] branch master updated: bump mysql version to 8.0.31 for table-walkthrough

This is an automated email from the ASF dual-hosted git repository.

danderson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-playgrounds.git


The following commit(s) were added to refs/heads/master by this push:
     new bf2b9f6  bump mysql version to 8.0.31 for table-walkthrough
bf2b9f6 is described below

commit bf2b9f661f3bdc08efb4823a98cb0870d8a3eb05
Author: Connor Ameres <co...@gmail.com>
AuthorDate: Tue Jan 3 08:27:14 2023 -0500

    bump mysql version to 8.0.31 for table-walkthrough
---
 table-walkthrough/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/table-walkthrough/docker-compose.yml b/table-walkthrough/docker-compose.yml
index 17b87c2..2991e45 100644
--- a/table-walkthrough/docker-compose.yml
+++ b/table-walkthrough/docker-compose.yml
@@ -67,7 +67,7 @@ services:
       depends_on:
         - kafka
   mysql:
-    image: mysql:8.0.19
+    image: mysql:8.0.31
     command: --default-authentication-plugin=mysql_native_password --secure_file_priv=/data
     environment:
       MYSQL_USER: "sql-demo"