Skip to content

Commit

Permalink
[skip ci] Update java version in .gitpod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AV306 authored May 23, 2024
1 parent dc60163 commit 88d61c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM gitpod/workspace-full-vnc
SHELL ["/bin/bash", "-c"]
RUN sudo apt update && sudo apt upgrade -y && sudo apt autoremove #&& sudo apt install qt5-default -y
RUN source "/home/gitpod/.sdkman/bin/sdkman-init.sh" \
&& sdk install java 17.0.7-zulu < /dev/null
&& sdk install java 21.0.1-zulu < /dev/null

RUN source /etc/lsb-release

0 comments on commit 88d61c2

Please sign in to comment.