-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GraalVM version to 24.1.1 in documentation and Dockerfile
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM softinstigate/graalvm:21.0.2-graalce | ||
FROM softinstigate/graalvm:24.1.1-graalce | ||
|
||
LABEL maintainer="SoftInstigate <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,8 @@ $ git clone --depth 1 [email protected]:SoftInstigate/restheart.git | |
(here we use the brilliant sdkman) | ||
|
||
```bash | ||
$ sdk install java 21.0.2-graalce | ||
$ sdk use java 21.0.2-graalce | ||
$ sdk install java 24.1.1-graalce | ||
$ sdk use java 24.1.1-graalce | ||
``` | ||
|
||
## Get the script `restheart.js` | ||
|