You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/16 16:52:39 UTC

[commons-crypto] branch master updated: Use ASF download CDN

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 <se...@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 && \