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 0ecf492 commit 2387923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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="17.0.9-graal"
ARG JAVA_VERSION="21.0.2-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: 17.0.9-graal
- GraalVM: 21.0.2-graal

## Run Java ##

Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker build --build-arg JAVA_VERSION="22.2.r17-grl" --no-cache . -t softinstigate/graalvm
docker build --no-cache . -t softinstigate/graalvm
docker tag softinstigate/graalvm:latest softinstigate/graalvm:latest

0 comments on commit 2387923

Please sign in to comment.