fix(content.md): typo on version name
the example below shows Java version 21, not version 11
This commit is contained in:
parent
8b93b5815d
commit
4265dd5e87
|
|
@ -54,7 +54,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:
|
||||
On OpenJDK 21+, 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue