This is an automated email from the ASF dual-hosted git repository.

ggregory 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 5080cf2d Update Maven version to 3.9.14 in Dockerfiles (#517)
5080cf2d is described below

commit 5080cf2d59c2fabc1d83b1cb6601e06bb95c9170
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Mar 15 17:23:34 2026 +0100

    Update Maven version to 3.9.14 in Dockerfiles (#517)
---
 src/docker/Dockerfile         | 4 ++--
 src/docker/Dockerfile.aarch64 | 4 ++--
 src/docker/Dockerfile.riscv64 | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index 21e7866e..cd650f73 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -50,8 +50,8 @@ RUN dpkg --add-architecture i386 && apt-get update \
       && apt-get --assume-yes install g++-arm-linux-gnueabihf
 
 # Do this separately to make upgrades easier
-RUN curl -sL 
https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
 \
-        | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.9 /opt/maven
+RUN curl -sL 
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.tar.gz
 \
+        | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.14 /opt/maven
 
 # Ensure we are in the correct directory (this will be overlaid by the virtual 
mount)
 WORKDIR /home/crypto
diff --git a/src/docker/Dockerfile.aarch64 b/src/docker/Dockerfile.aarch64
index 3f89a352..17ffd280 100644
--- a/src/docker/Dockerfile.aarch64
+++ b/src/docker/Dockerfile.aarch64
@@ -29,8 +29,8 @@ RUN apt-get update -qq && apt-get -y -qq install \
       && /var/lib/dpkg/info/ca-certificates-java.postinst configure
 
 # Do this separately to make upgrades easier
-RUN curl -sL 
https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
 \
-        | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.9 /opt/maven
+RUN curl -sL 
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.tar.gz
 \
+        | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.14 /opt/maven
 
 # Ensure we are in the correct directory (this will be overlaid by the virtual 
mount)
 WORKDIR /home/crypto
diff --git a/src/docker/Dockerfile.riscv64 b/src/docker/Dockerfile.riscv64
index 9421a630..9d21a30f 100644
--- a/src/docker/Dockerfile.riscv64
+++ b/src/docker/Dockerfile.riscv64
@@ -29,8 +29,8 @@ RUN apt-get update -qq && apt-get -y -qq install \
       && /var/lib/dpkg/info/ca-certificates-java.postinst configure
 
 # Do this separately to make upgrades easier
-RUN curl -sL 
https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
 \
-        | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.9 /opt/maven
+RUN curl -sL 
https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.tar.gz
 \
+        | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.14 /opt/maven
 
 # Ensure we are in the correct directory (this will be overlaid by the virtual 
mount)
 WORKDIR /home/crypto

Reply via email to