Skip to content

Commit 50ab6a6

Browse files
committed
⬆️ Add GraalVM 24.0.2-graalce support
1 parent eb7a842 commit 50ab6a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:stable-slim
22

33
LABEL maintainer="SoftInstigate <info@softinstigate.com>"
44

5-
ARG JAVA_VERSION="25-graalce"
5+
ARG JAVA_VERSION="24.0.2-graalce"
66

77
ENV SDKMAN_DIR=/root/.sdkman
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Images are automatically published on [Docker Hub](https://hub.docker.com/r/soft
88

99
## Versions ##
1010

11-
- GraalVM: 25-graalce
11+
- GraalVM: 24.0.2-graalce
1212

1313
## Run Java ##
1414

0 commit comments

Comments
 (0)