devben-io / docker-portfolio

Dockerized version of Portfolio Performance - An open source tool to calculate the overall performance of an investment portfolio
https://www.portfolio-performance.info/
MIT License
59 stars 12 forks source link

Update to more recent Java version #13

Open maroskukan opened 4 months ago

maroskukan commented 4 months ago

There is an issue when trying to run more recent version of portfolio performance due to outdate Java version that is being installed during image build.

When we run the application in the web browser it will display the following error message:

Version 11.0.9 of the JVM is not suitable for this product. Version: 17 or greater is required.

According to the docs the minimum supported version is Java 17.