We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7a842 commit 50ab6a6Copy full SHA for 50ab6a6
Dockerfile
@@ -2,7 +2,7 @@ FROM debian:stable-slim
2
3
LABEL maintainer="SoftInstigate <info@softinstigate.com>"
4
5
-ARG JAVA_VERSION="25-graalce"
+ARG JAVA_VERSION="24.0.2-graalce"
6
7
ENV SDKMAN_DIR=/root/.sdkman
8
README.md
@@ -8,7 +8,7 @@ Images are automatically published on [Docker Hub](https://hub.docker.com/r/soft
9
## Versions ##
10
11
-- GraalVM: 25-graalce
+- GraalVM: 24.0.2-graalce
12
13
## Run Java ##
14
0 commit comments