Skip to content

Commit

Permalink
Update gitpod Dockerfile to 21.0.2-tem (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier authored Mar 3, 2024
1 parent f885ae9 commit 4630669
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
@@ -1,7 +1,7 @@
FROM gitpod/workspace-postgres

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 17.0.6-tem"
&& sdk install java 21.0.2-tem"

# disable angular analytics
ENV NG_CLI_ANALYTICS=false
Expand Down

0 comments on commit 4630669

Please sign in to comment.