Browse Source

fix(content.md): typo on version name

the example below shows Java version 21, not version 11
Zisuu 9 months ago
parent
commit
4265dd5e87
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