Merge pull request #2536 from zisuu/patch-1

fix: typo on version name
This commit is contained in:
Tianon Gravi 2025-02-04 10:59:01 -08:00 committed by GitHub
commit 936993f508
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 ### 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 ```dockerfile
# Example of custom Java runtime using jlink in a multi-stage container build # Example of custom Java runtime using jlink in a multi-stage container build