Repository: brooklyn
Updated Branches:
  refs/heads/master bd0f52c3b -> a915db731


Update Docker image to use Maven 3.5.4

Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/48bb7ac4
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/48bb7ac4
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/48bb7ac4

Branch: refs/heads/master
Commit: 48bb7ac45953c97859ed72cec76362d8585d3fa8
Parents: 3af021d
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
Authored: Sat Sep 8 14:55:03 2018 +0200
Committer: GitHub <nore...@github.com>
Committed: Sat Sep 8 14:55:03 2018 +0200

----------------------------------------------------------------------
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/48bb7ac4/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 95600c0..32c6691 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
 
 # For all Brooklyn, we use a debian distribution instead of alpine as there 
are some libgcc incompatibilities with GO
 # and PhantomJS
-FROM maven:3.5.2-jdk-8
+FROM maven:3.5.4-jdk-8
 
 # Install the non-headless JRE as some tests requires them
 RUN apt-get update && apt-get install -y openjdk-8-jre

Reply via email to