This is an automated email from the ASF dual-hosted git repository.

kfaraz pushed a commit to branch 25.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/25.0.0 by this push:
     new 888311cf93 Use version 25.0.0 in docker-compose.yml
888311cf93 is described below

commit 888311cf933f63a119aa32d6df312cf99b316a72
Author: Kashif Faraz <[email protected]>
AuthorDate: Thu Dec 8 09:53:03 2022 +0530

    Use version 25.0.0 in docker-compose.yml
---
 distribution/docker/docker-compose.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/docker/docker-compose.yml 
b/distribution/docker/docker-compose.yml
index 9faa35389b..1d9ec5d10d 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -65,7 +65,7 @@ services:
       - environment
 
   broker:
-    image: apache/druid:0.24.0
+    image: apache/druid:25.0.0
     container_name: broker
     volumes:
       - broker_var:/opt/druid/var
@@ -81,7 +81,7 @@ services:
       - environment
 
   historical:
-    image: apache/druid:0.24.0
+    image: apache/druid:25.0.0
     container_name: historical
     volumes:
       - druid_shared:/opt/shared
@@ -98,7 +98,7 @@ services:
       - environment
 
   middlemanager:
-    image: apache/druid:0.24.0
+    image: apache/druid:25.0.0
     container_name: middlemanager
     volumes:
       - druid_shared:/opt/shared
@@ -116,7 +116,7 @@ services:
       - environment
 
   router:
-    image: apache/druid:0.24.0
+    image: apache/druid:25.0.0
     container_name: router
     volumes:
       - router_var:/opt/druid/var


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to