Skip to content

Commit

Permalink
Merge pull request #3 from wiremind/goto-0-19-0
Browse files Browse the repository at this point in the history
Upgrade Apache Druid to 0.19.0
  • Loading branch information
enguerranchevalier authored Jul 24, 2020
2 parents 9d65f86 + a0f4c65 commit a7fc8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM apache/druid:0.18.1
FROM apache/druid:0.19.0

# NOTE: check /druid.sh after each version bumping
RUN cp /druid.sh /tmp/druid.sh
RUN sed -i -e 's/middleManager)/middleManager | indexer)/g' /tmp/druid.sh

ENTRYPOINT ["/tmp/druid.sh"]
ENTRYPOINT ["/tmp/druid.sh"]

0 comments on commit a7fc8a6

Please sign in to comment.