Repository: james-project
Updated Branches:
  refs/heads/master fb8ac9a02 -> 42536465e


JAMES-2490 Upgrade software installed in Dockerfiles


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/89bc85f2
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/89bc85f2
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/89bc85f2

Branch: refs/heads/master
Commit: 89bc85f2f94c864fef09e2168b6cb2823289f4fc
Parents: f7414bb
Author: benwa <btell...@linagora.com>
Authored: Mon Jul 23 15:17:29 2018 +0700
Committer: benwa <btell...@linagora.com>
Committed: Tue Jul 24 09:49:58 2018 +0700

----------------------------------------------------------------------
 dockerfiles/compilation/java-8/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/89bc85f2/dockerfiles/compilation/java-8/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/Dockerfile 
b/dockerfiles/compilation/java-8/Dockerfile
index 45502a5..b94bc84 100644
--- a/dockerfiles/compilation/java-8/Dockerfile
+++ b/dockerfiles/compilation/java-8/Dockerfile
@@ -4,13 +4,13 @@
 
 FROM openjdk:8u171-jdk
 
-ENV GIT_VERSION 1:2.1.4-2.1
+ENV GIT_VERSION 1:2.11.0-3
 
 # Install Maven
 WORKDIR /root
-RUN wget 
https://archive.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz
-RUN tar -xvf apache-maven-3.5.3-bin.tar.gz
-RUN ln -s /root/apache-maven-3.5.3/bin/mvn /usr/bin/mvn
+RUN wget 
https://archive.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
+RUN tar -xvf apache-maven-3.5.4-bin.tar.gz
+RUN ln -s /root/apache-maven-3.5.4/bin/mvn /usr/bin/mvn
 
 # Install git
 RUN apt-get update


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to