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 f82d325  Bump Maven from 3.8.3 to 3.8.7
f82d325 is described below

commit f82d325fed6f7c98297d8d6f3f03821d1dc17d2f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 14 11:04:10 2023 -0500

    Bump Maven from 3.8.3 to 3.8.7
---
 src/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index 752b8d6..c3b2cd4 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -44,8 +44,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.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
 \
-&& tar xf apache-maven-*.tar.gz -C /opt && ln -s /opt/apache-maven-3.6.3 
/opt/maven
+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
 
 # Ensure we are in the correct directory (this will be overlaid by the virtual 
mount)
 WORKDIR /home/crypto

Reply via email to