Skip to content

Commit e3a4aaa

Browse files
committed
⬆️ Upgrade GraalVM to v21.0.2-graal
1 parent 68e5429 commit e3a4aaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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="21.0.2-graalce"
5+
ARG JAVA_VERSION="21.0.2-graal"
66
ARG MAVEN_VERSION="3.9.1"
77

88
ENV SDKMAN_DIR=/root/.sdkman

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: 17.0.9-graal
11+
- GraalVM: 21.0.2-graal
1212
- Maven: 3.9.1
1313

1414
## Pull image

0 commit comments

Comments
 (0)