forcedotcom / salesforcedx-docker

The official Dockerfile for Salesforce DX
BSD 3-Clause "New" or "Revised" License
74 stars 25 forks source link

Always install the latest version of jdk 11 #23

Closed jonnyhork closed 4 years ago

jonnyhork commented 4 years ago

What does this PR do?

This PR will use apt-get to install the latest version of the openjdk-11-jdk-headless instead of specifying a version. The CI validation will also just verify that Java is installed and not look for a specific version.

What issues does this PR fix or reference?