You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2020/01/20 15:06:47 UTC

[brooklyn] branch 1.0.0 updated: Bumps maven version in Dockerfile

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

tbouron pushed a commit to branch 1.0.0
in repository https://gitbox.apache.org/repos/asf/brooklyn.git


The following commit(s) were added to refs/heads/1.0.0 by this push:
     new b667823  Bumps maven version in Dockerfile
     new a2e9c53  Merge pull request #38 from nakomis/1.0.0-cherry-picks
b667823 is described below

commit b667823831fa134d4d5fcbb870c051c99193e3f7
Author: Martin Harris <ma...@cloudsoftcorp.com>
AuthorDate: Mon Jan 20 13:12:49 2020 +0000

    Bumps maven version in Dockerfile
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0f8f2b5..5f71a42 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.4-jdk-8
+FROM maven:3.6.3-jdk-8
 
 # Install the non-headless JRE as some tests requires them
 RUN apt-get update && apt-get install -y openjdk-8-jre