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-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c8d8107  upgrade mysql and yugabyte images (#309)
c8d8107 is described below

commit c8d8107c8a08d5e87377bb382e48537f00e2871c
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Feb 1 21:36:34 2026 +0100

    upgrade mysql and yugabyte images (#309)
---
 docker/docker-compose-mysql.yml    | 2 +-
 docker/docker-compose-yugabyte.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/docker-compose-mysql.yml b/docker/docker-compose-mysql.yml
index 3a7c069..df19260 100644
--- a/docker/docker-compose-mysql.yml
+++ b/docker/docker-compose-mysql.yml
@@ -17,7 +17,7 @@
 
 services:
   mysql-db:
-    image: mysql:9.1.0
+    image: mysql:9.5.0
     container_name: docker-mysql-db-1
     ports:
       - 3306:3306
diff --git a/docker/docker-compose-yugabyte.yml 
b/docker/docker-compose-yugabyte.yml
index d740566..aa62fa1 100644
--- a/docker/docker-compose-yugabyte.yml
+++ b/docker/docker-compose-yugabyte.yml
@@ -6,7 +6,7 @@ volumes:
 
 services:
   yb-master:
-    image: yugabytedb/yugabyte:2.20.12.0-b30
+    image: yugabytedb/yugabyte:2025.2.0.1-b1
     container_name: yb-master-n1
     volumes:
       - yb-master-data-1:/mnt/master
@@ -21,7 +21,7 @@ services:
       SERVICE_7000_NAME: yb-master
 
   yb-tserver:
-    image: yugabytedb/yugabyte:2.20.12.0-b30
+    image: yugabytedb/yugabyte:2025.2.0.1-b1
     container_name: yb-tserver-n1
     shm_size: '512mb'
     volumes:


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

Reply via email to