This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch 0.23.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.23.0 by this push:
new 8434e9aff2 Bump up version for docker compose (#12618)
8434e9aff2 is described below
commit 8434e9aff24af1bdfb727a0b81e31b19824d033f
Author: Atul Mohan <[email protected]>
AuthorDate: Thu Jun 9 04:48:26 2022 -0700
Bump up version for docker compose (#12618)
---
distribution/docker/docker-compose.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/distribution/docker/docker-compose.yml
b/distribution/docker/docker-compose.yml
index ed4dbef4c0..a55809c643 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -49,7 +49,7 @@ services:
- ZOO_MY_ID=1
coordinator:
- image: apache/druid:0.22.0
+ image: apache/druid:0.23.0
container_name: coordinator
volumes:
- druid_shared:/opt/shared
@@ -65,7 +65,7 @@ services:
- environment
broker:
- image: apache/druid:0.22.0
+ image: apache/druid:0.23.0
container_name: broker
volumes:
- broker_var:/opt/druid/var
@@ -81,7 +81,7 @@ services:
- environment
historical:
- image: apache/druid:0.22.0
+ image: apache/druid:0.23.0
container_name: historical
volumes:
- druid_shared:/opt/shared
@@ -98,7 +98,7 @@ services:
- environment
middlemanager:
- image: apache/druid:0.22.0
+ image: apache/druid:0.23.0
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
@@ -116,7 +116,7 @@ services:
- environment
router:
- image: apache/druid:0.22.0
+ image: apache/druid:0.23.0
container_name: router
volumes:
- router_var:/opt/druid/var
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]