We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d9984 commit c24d25fCopy full SHA for c24d25f
gitpod/.gitpod.Dockerfile
@@ -3,8 +3,8 @@ FROM gitpod/workspace-full
3
USER root
4
5
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
6
- sdk install java 17.0.3-ms && \
7
- sdk default java 17.0.3-ms"
+ sdk install java 21.0.1-tem && \
+ sdk default java 21.0.1-tem"
8
9
# Install MySQL
10
RUN install-packages mysql-server \
0 commit comments