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/02/11 13:53:51 UTC

[brooklyn] branch master updated: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 667083e  Fix docker build by reverting to docker image maven:3.5.4-jdk-8
     new bd1da8d  Merge pull request #43 from tbouron/fix/dockerfile-2
667083e is described below

commit 667083e648d52c0aba7f4da600ff17e5510d9b1b
Author: Thomas Bouron <th...@cloudsoftcorp.com>
AuthorDate: Tue Feb 11 11:13:12 2020 +0000

    Fix docker build by reverting to docker image maven:3.5.4-jdk-8
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4744ca4..08d43ff 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.6.3-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