Skip to content

Commit

Permalink
✨ Configure this projets to have Java 21 configured (#6)
Browse files Browse the repository at this point in the history
* ✨ Init template with Java 21

* 🔧 Add JDK configuration

* ✨ Upgrade configuration to have Java 21
  • Loading branch information
jeanphi-baconnais authored Nov 1, 2024
1 parent acd83b1 commit d164362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-java-17
FROM gitpod/workspace-java-21
USER gitpod

ARG JAVA_VERSION="17.0.6-tem"
ARG JAVA_VERSION="21.0.5-tem"

# install sdkman
RUN curl -s "https://get.sdkman.io" | bash
Expand Down

0 comments on commit d164362

Please sign in to comment.