Skip to content

Commit

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

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

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

ENV SDKMAN_DIR=/root/.sdkman
Expand All @@ -22,8 +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 native-image \
&& gu install js \
&& sdk install maven $MAVEN_VERSION \
&& rm -rf $SDKMAN_DIR/archives/* \
&& rm -rf $SDKMAN_DIR/tmp/*"
Expand Down

0 comments on commit 68e5429

Please sign in to comment.