Skip to content

Commit 3fda999

Browse files
author
Laurent Gougeon
committedFeb 26, 2025
Switching to java 23.0.2-graal.
1 parent 624266c commit 3fda999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugi
3737
RUN apt-get autoremove -y && apt-get clean -y
3838

3939
# SDKMAN Java Development Kit
40-
ENV SDKMAN_JDK=23.0.1-graal
40+
ENV SDKMAN_JDK=23.0.2-graal
4141

4242
# Install GraalVM using SDKMAN
4343
RUN curl -s "https://get.sdkman.io" | bash && \

0 commit comments

Comments
 (0)
Please sign in to comment.