fix(content.md): typo on version name

the example below shows Java version 21, not version 11
This commit is contained in:
Zisuu 2025-02-04 13:41:19 +01:00 committed by GitHub
parent 8b93b5815d
commit 4265dd5e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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