Skip to content

Commit

Permalink
chore(deps): update apache/druid docker tag to v31.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 0f57a63 commit d6e5072
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit d6e5072

Please sign in to comment.