Skip to content

Commit

Permalink
Update .gitpod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbi authored Mar 1, 2024
1 parent 31d9984 commit c24d25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitpod/.gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM gitpod/workspace-full
USER root

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk install java 17.0.3-ms && \
sdk default java 17.0.3-ms"
sdk install java 21.0.1-tem && \
sdk default java 21.0.1-tem"

# Install MySQL
RUN install-packages mysql-server \
Expand Down

0 comments on commit c24d25f

Please sign in to comment.