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-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new c3af0822 Bumps version of maven Docker image used for CI
     new 8f07c9ab Merge pull request #379 from 
nakomis/bump-dockerfile-base-image-version
c3af0822 is described below

commit c3af082256787bfb05de927d58263bacd9b88c8d
Author: Martin Harris <[email protected]>
AuthorDate: Fri Jun 2 14:23:59 2023 +0100

    Bumps version of maven Docker image used for CI
    
    The previous version (maven:3.5.4-jdk-8) was failing with 404 errors
    when performing `apt-get update`. This bumps the base image to the
    latest version (maven:3.8.6-jdk-8)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 15cf2bfa..d36e93fc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
 # under the License.
 
 # For Brooklyn UI, we use a debian distribution instead of alpine as there are 
some libgcc incompatibilities with PhantomJS
-FROM maven:3.5.4-jdk-8
+FROM maven:3.8.6-jdk-8
 
 # Install necessary binaries to build brooklyn-ui
 RUN apt-get update && apt-get install -y git-core \

Reply via email to