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 6e70a501 Bump to Maven 3.8.8 (#265)
6e70a501 is described below

commit 6e70a5017790bee1fff8c6ca3944b34a5e5d128d
Author: Ludovic Henry <g...@ludovic.dev>
AuthorDate: Tue Oct 31 11:09:12 2023 +0100

    Bump to Maven 3.8.8 (#265)
    
    Maven 3.8.7 is not available for download anymore, so the previous URL 
would return a 404
---
 src/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index eb5c9ad5..480831c5 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -45,8 +45,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 wget 
https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz
 \
-&& tar xf apache-maven-*.tar.gz -C /opt && ln -s /opt/apache-maven-3.8.7 
/opt/maven
+RUN wget 
https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
 \
+&& tar xf apache-maven-*.tar.gz -C /opt && ln -s /opt/apache-maven-3.8.8 
/opt/maven
 
 # Ensure we are in the correct directory (this will be overlaid by the virtual 
mount)
 WORKDIR /home/crypto

Reply via email to