-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Upgrade Graalvm to 17.0.8-graal (23.0.1 for Java 17)
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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/*" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters