Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update apache/druid docker tag to v31.0.1 #10613

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ services:
- druid

druid-coordinator:
image: apache/druid:31.0.0
image: apache/druid:31.0.1
hostname: coordinator
container_name: coordinator
volumes:
Expand All @@ -229,7 +229,7 @@ services:
- druid

druid-broker:
image: apache/druid:31.0.0
image: apache/druid:31.0.1
hostname: broker
container_name: broker
volumes:
Expand Down Expand Up @@ -257,7 +257,7 @@ services:
- druid

druid-historical:
image: apache/druid:31.0.0
image: apache/druid:31.0.1
hostname: historical
container_name: historical
volumes:
Expand All @@ -284,7 +284,7 @@ services:
- druid

druid-middlemanager:
image: apache/druid:31.0.0
image: apache/druid:31.0.1
hostname: middlemanager
container_name: middlemanager
volumes:
Expand Down Expand Up @@ -312,7 +312,7 @@ services:
- druid

druid:
image: apache/druid:31.0.0
image: apache/druid:31.0.1
hostname: router
container_name: router
volumes:
Expand Down
Loading