Skip to content

Commit

Permalink
⬆️ Upgrade Graalvm to 17.0.8-graal (23.0.1 for Java 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Sep 12, 2023
1 parent a170785 commit e322f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM bitnami/minideb:latest

LABEL maintainer="SoftInstigate <[email protected]>"

ARG JAVA_VERSION="22.3.2.r17-grl"
ARG JAVA_VERSION="17.0.8-graal"

ENV SDKMAN_DIR=/root/.sdkman

Expand All @@ -22,7 +22,6 @@ RUN apt-get update \
RUN bash -c "source "${SDKMAN_DIR}"/bin/sdkman-init.sh \
&& sdk version \
&& sdk install java "${JAVA_VERSION}" \
&& gu install js \
&& rm -rf "${SDKMAN_DIR}"/archives/* \
&& rm -rf "${SDKMAN_DIR}"/tmp/*"

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

## Versions ##

- GraalVM: 22.3.2.r17-grl
- GraalVM: 17.0.8-graal (23.0.1 for Java 17)

## Run Java ##

Expand Down

0 comments on commit e322f63

Please sign in to comment.