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

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git

commit 4b463b02b4f1d414c86c8562f30ea846ad62a676
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jan 31 19:59:09 2026 +0100

    Upgrade MySQL image version to 9.6.0
---
 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 21843c6..458a682 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.6.0
     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