Skip to content

Commit

Permalink
Rename .gitpod.DockerFile to .gitpod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshDamian authored Mar 8, 2024
1 parent ef8f3bc commit bddcd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.DockerFile → .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM gitpod/workspace-full:2024-02-25-19-24-14

SHELL ["/bin/bash", "-c"]
RUN source "/home/gitpod/.sdkman/bin/sdkman-init.sh" \
&& sdk install java 17.0.4.1-tem < /dev/null
&& sdk install java 17.0.4.1-tem < /dev/null

0 comments on commit bddcd12

Please sign in to comment.