Skip to content

Commit

Permalink
⬆️ Upgrade GraalVM to v21.0.2-graal
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Apr 19, 2024
1 parent 68e5429 commit e3a4aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stable-slim

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

ARG JAVA_VERSION="21.0.2-graalce"
ARG JAVA_VERSION="21.0.2-graal"
ARG MAVEN_VERSION="3.9.1"

ENV SDKMAN_DIR=/root/.sdkman
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Images are automatically published on [Docker Hub](https://hub.docker.com/r/soft

## Versions ##

- GraalVM: 17.0.9-graal
- GraalVM: 21.0.2-graal
- Maven: 3.9.1

## Pull image
Expand Down

0 comments on commit e3a4aaa

Please sign in to comment.