Run update.sh

This commit is contained in:
Docker Library Bot 2021-08-20 10:08:17 -07:00
parent 3af0e0285f
commit 3d069d4dfc
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
### Creating a JRE using jlink
On OpenJDK 11+, a JRE can be generated using `jlink`, see the following Dockerfile:
JRE images for OpenJDK 8 are now available. On OpenJDK 11+, a JRE can be generated using `jlink`, see the following Dockerfile:
```dockerfile
# Example of custom Java runtime using jlink in a multi-stage container build