From 4265dd5e872a5c89f3d1075e77fe4f3430ff1020 Mon Sep 17 00:00:00 2001 From: Zisuu Date: Tue, 4 Feb 2025 13:41:19 +0100 Subject: [PATCH] fix(content.md): typo on version name the example below shows Java version 21, not version 11 --- eclipse-temurin/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-temurin/content.md b/eclipse-temurin/content.md index c9497a782..e1c7e5fb9 100644 --- a/eclipse-temurin/content.md +++ b/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