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

fanningpj 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 ea1dee2  Update MySQL image version to 9.5.0 (#430)
ea1dee2 is described below

commit ea1dee28f467589a40a7499764104aab21fc0a40
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 26 13:57:06 2026 +0100

    Update MySQL image version to 9.5.0 (#430)
---
 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 9130946..21843c6 100644
--- a/scripts/docker-compose.yml
+++ b/scripts/docker-compose.yml
@@ -14,7 +14,7 @@ services:
       - "5432:5432"  # credentials (docker:docker)
 
   mysql:
-    image: mysql:latest
+    image: mysql:9.5.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