This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new b40e0e3 Use ASF download CDN b40e0e3 is described below commit b40e0e366d4af49c221507e6abc664aef6a69c3b Author: Sebb <s...@apache.org> AuthorDate: Thu Jun 16 17:52:33 2022 +0100 Use ASF download CDN --- src/conf/Docker/Dockerfile-luw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/Docker/Dockerfile-luw b/src/conf/Docker/Dockerfile-luw index 42916eb..49ddd16 100644 --- a/src/conf/Docker/Dockerfile-luw +++ b/src/conf/Docker/Dockerfile-luw @@ -37,7 +37,7 @@ RUN pwd ; uname -a && \ apt-get install git -y && \ apt-get install wget -y && \ cd ~ && \ - wget http://apache.mirrors.hoobly.com/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz && \ + wget https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz && \ cd /opt && \ tar -zxf ~/apache-maven-3.6.3-bin.tar.gz && \ sudo dpkg --purge --force-depends ca-certificates-java && \