From 48bb7ac45953c97859ed72cec76362d8585d3fa8 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 8 Sep 2018 14:55:03 +0200 Subject: [PATCH] Update Docker image to use Maven 3.5.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95600c0679..32c6691fdb 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