This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn.git
commit 4654f42d48ba32509bbc94c0b1ced4863f20cad4 Author: Paul Campbell <[email protected]> AuthorDate: Tue Jan 31 11:54:36 2023 +0000 Update maven image to 3.8.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b51aa20..5141216 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.8.2-jdk-8 +FROM maven:3.8.6-jdk-8 # Install necessary binaries to build brooklyn RUN apt-get update
