From 9a594bfe418a4d15049f529eb32accde1a06ebb1 Mon Sep 17 00:00:00 2001
From: thomas-dufour <108265259+thomas-dufour@users.noreply.github.com>
Date: Fri, 10 Jan 2025 11:51:53 +0100
Subject: [PATCH] chore: change binary repository from apache.crihan.fr to
 archive.apache.org

---
 Containerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Containerfile b/Containerfile
index 4fbb713..6aaa2e0 100644
--- a/Containerfile
+++ b/Containerfile
@@ -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