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


The following commit(s) were added to refs/heads/master by this push:
     new 295ff84  update dockerfile again
295ff84 is described below

commit 295ff84141579140cdaf9b2e25a3bd5b0fd760ca
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon Dec 19 23:05:30 2022 +0000

    update dockerfile again
    
    corretto image doesn't have apt-get; use temurin-8 instead, seems to work
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 8181bdc..09552f4 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.6-amazoncorretto-8
+FROM maven:3.8.6-eclipse-temurin-8
 
 # Install necessary binaries to build brooklyn
 # Strictly speaking, rsync, gpg, tar, and zip are only necessary

Reply via email to