Skip to content

Commit

Permalink
Merge pull request #38 from thomas-dufour/update_druid_bin_repo
Browse files Browse the repository at this point in the history
chore: change binary repository from apache.crihan.fr to archive.apac…
  • Loading branch information
thomas-dufour authored Jan 10, 2025
2 parents 4e5e17a + 9a594bf commit 12bd641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
libfindbin-libs-perl=2* \
&& rm -rf /var/lib/apt/lists/*

RUN wget --progress=dot:giga http://apache.crihan.fr/dist/druid/${DRUID_VERSION}/apache-druid-${DRUID_VERSION}-bin.tar.gz \
RUN wget --progress=dot:giga https://archive.apache.org/dist/druid/${DRUID_VERSION}/apache-druid-${DRUID_VERSION}-bin.tar.gz \
&& tar -xzf apache-druid-${DRUID_VERSION}-bin.tar.gz \
&& rm apache-druid-${DRUID_VERSION}-bin.tar.gz

Expand Down

0 comments on commit 12bd641

Please sign in to comment.