Skip to content

Commit

Permalink
Update GraalVM version to 24.1.1 in documentation and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jan 7, 2025
1 parent 118761a commit a13cebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GRAALVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## prerequisites

> GraalVM required version: >= 21.0.2-graal
GraalVM required version: >= 24.1.1-graalce

```bash
$ sdk install java 21.0.2-graalce
$ sdk install java 24.1.1-graalce
```

## build native image
Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile.graalvm
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]>"

Expand Down
4 changes: 2 additions & 2 deletions examples/node-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a13cebe

Please sign in to comment.