Skip to content

Commit

Permalink
Update docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshsanjeev committed Jan 15, 2025
1 parent a8fc4d5 commit d7a0646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distribution/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- environment

broker:
image: apache/druid:31.0.0
image: apache/druid:32.0.0
container_name: broker
volumes:
- broker_var:/opt/druid/var
Expand All @@ -83,7 +83,7 @@ services:
- environment

historical:
image: apache/druid:31.0.0
image: apache/druid:32.0.0
container_name: historical
volumes:
- druid_shared:/opt/shared
Expand All @@ -100,7 +100,7 @@ services:
- environment

middlemanager:
image: apache/druid:31.0.0
image: apache/druid:32.0.0
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
Expand All @@ -118,7 +118,7 @@ services:
- environment

router:
image: apache/druid:31.0.0
image: apache/druid:32.0.0
container_name: router
volumes:
- router_var:/opt/druid/var
Expand Down

0 comments on commit d7a0646

Please sign in to comment.