Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit d46ff7d

Browse files
fix JDK version for native image
1 parent 40016b7 commit d46ff7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The parameters are the same as for the [SQLcl command `tvdformat`](../sqlcl/READ
2929

3030
### Native Image
3131

32-
A native image is a platform specific executable. It does not require a JDK at runtime. A native image uses less resources and is faster. The following images can be produced with a GraalVM JDK 17:
32+
A native image is a platform specific executable. It does not require a JDK at runtime. A native image uses less resources and is faster. The following images can be produced with a GraalVM JDK 21:
3333

3434
| OS | amd64 (Intel)? | aarch64 (ARM)? |
3535
|---------|:--------------:|:--------------:|

0 commit comments

Comments
 (0)