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

Philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new d4ca5bd0 Update MySQL image to 9.7.2 (#613)
d4ca5bd0 is described below

commit d4ca5bd014f24ac4c116140c56ac913947427f96
Author: Philippus Baalman <[email protected]>
AuthorDate: Wed Sep 9 09:51:19 2026 +0200

    Update MySQL image to 9.7.2 (#613)
---
 scripts/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml
index 9ea93bfa..2bc74aa4 100644
--- a/scripts/docker-compose.yml
+++ b/scripts/docker-compose.yml
@@ -14,7 +14,7 @@ services:
       - "5432:5432"  # credentials (docker:docker)
 
   mysql:
-    image: mysql:9.5.0
+    image: mysql:9.7.2
     container_name: mysql-test
     environment:
       - "TZ=Europe/Amsterdam"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to