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 7f2d01c Update YugabyteDB image version to 2.20.12.0-b30 (#303)
7f2d01c is described below
commit 7f2d01c731eafc886775f64f236081e6e5fd15b3
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jan 29 17:06:48 2026 +0100
Update YugabyteDB image version to 2.20.12.0-b30 (#303)
---
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]