From b34428937edef3cc92e287e55925a52355690753 Mon Sep 17 00:00:00 2001 From: j4bbi Date: Fri, 6 Sep 2019 19:41:19 +0100 Subject: [PATCH] Point Ant to archived, stable URL --- Dockerfile.jdk8 | 2 +- Dockerfile.jdk8-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.jdk8 b/Dockerfile.jdk8 index abedac0487..660c46d090 100644 --- a/Dockerfile.jdk8 +++ b/Dockerfile.jdk8 @@ -40,7 +40,7 @@ ENV ANT_HOME /tmp/ant-$ANT_VERSION ENV PATH $ANT_HOME/bin:$PATH RUN mkdir $ANT_HOME && \ - wget -qO- "https://www.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" | tar -zx --strip-components=1 -C $ANT_HOME + wget -qO- "https://archive.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" | tar -zx --strip-components=1 -C $ANT_HOME RUN ant init_installation update_configs update_code update_webapps update_solr_indexes diff --git a/Dockerfile.jdk8-test b/Dockerfile.jdk8-test index 1a19bbeef2..5b0ab9043f 100644 --- a/Dockerfile.jdk8-test +++ b/Dockerfile.jdk8-test @@ -40,7 +40,7 @@ ENV ANT_HOME /tmp/ant-$ANT_VERSION ENV PATH $ANT_HOME/bin:$PATH RUN mkdir $ANT_HOME && \ - wget -qO- "https://www.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" | tar -zx --strip-components=1 -C $ANT_HOME + wget -qO- "https://archive.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" | tar -zx --strip-components=1 -C $ANT_HOME RUN ant init_installation update_configs update_code update_webapps update_solr_indexes