This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 68bae6eafb Fix version in master (#12644)
68bae6eafb is described below
commit 68bae6eafb7b647aa34a23bcad54f53234dc159c
Author: Atul Mohan <[email protected]>
AuthorDate: Mon Jun 13 23:02:46 2022 -0700
Fix version in master (#12644)
---
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 a55809c643..58b7a47a4b 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.23.0
+ image: apache/druid:0.24.0
container_name: coordinator
volumes:
- druid_shared:/opt/shared
@@ -65,7 +65,7 @@ services:
- environment
broker:
- image: apache/druid:0.23.0
+ image: apache/druid:0.24.0
container_name: broker
volumes:
- broker_var:/opt/druid/var
@@ -81,7 +81,7 @@ services:
- environment
historical:
- image: apache/druid:0.23.0
+ image: apache/druid:0.24.0
container_name: historical
volumes:
- druid_shared:/opt/shared
@@ -98,7 +98,7 @@ services:
- environment
middlemanager:
- image: apache/druid:0.23.0
+ image: apache/druid:0.24.0
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
@@ -116,7 +116,7 @@ services:
- environment
router:
- image: apache/druid:0.23.0
+ image: apache/druid:0.24.0
container_name: router
volumes:
- router_var:/opt/druid/var
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]