This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
commit 2e0255444adb2a0d5984958defd8055d3809ca4a Author: PJ Fanning <[email protected]> AuthorDate: Thu Jan 29 15:36:11 2026 +0100 Update YugabyteDB image version to 2.20.12.0-b30 --- docker/docker-compose-yugabyte.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose-yugabyte.yml b/docker/docker-compose-yugabyte.yml index 7c3788b..d740566 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.4.0-b50 + image: yugabytedb/yugabyte:2.20.12.0-b30 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.4.0-b50 + image: yugabytedb/yugabyte:2.20.12.0-b30 container_name: yb-tserver-n1 shm_size: '512mb' volumes: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
