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