Browse Source

Merge pull request #2536 from zisuu/patch-1

fix: typo on version name
Tianon Gravi 1 year ago
parent
commit
936993f508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      eclipse-temurin/content.md

+ 1 - 1
eclipse-temurin/content.md

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