Skip to content

Commit

Permalink
Merge pull request #2536 from zisuu/patch-1
Browse files Browse the repository at this point in the history
fix: typo on version name
  • Loading branch information
tianon authored Feb 4, 2025
2 parents 8b93b58 + 4265dd5 commit 936993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-temurin/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 936993f

Please sign in to comment.