This is an automated email from the ASF dual-hosted git repository.
engelen 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 5eabd51 Update yugabyte in docker-compose-yugabyte.yml (#124)
5eabd51 is described below
commit 5eabd51aa905aabc5f4edcff8428f120a0db1fec
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 28 12:18:43 2024 +0100
Update yugabyte in docker-compose-yugabyte.yml (#124)
---
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 97d56b7..7c3788b 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.14.1.0-b36
+ image: yugabytedb/yugabyte:2.20.4.0-b50
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.14.1.0-b36
+ image: yugabytedb/yugabyte:2.20.4.0-b50
container_name: yb-tserver-n1
shm_size: '512mb'
volumes:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]