Skip to content

Commit 9880d52

Browse files
authored
Update .gitpod.Dockerfile
Não usa gitpod/workspace-postgres:latest pois parou de criar usuário postgres e abrir terminal indicando que o servidor estava rodando.
1 parent 480c596 commit 9880d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gitpod/workspace-postgres
1+
FROM gitpod/workspace-postgres:2023-05-08-21-16-55
22
USER gitpod
33
RUN bash -c "chmod +x ~/.sdkman/bin/sdkman-init.sh && . ~/.sdkman/bin/sdkman-init.sh && sdk install java 17.0.7-amzn && sdk default java 17.0.7-amzn"
44
RUN bash -c "echo '. ~/.sdkman/bin/sdkman-init.sh' >> ~/.zshrc"

0 commit comments

Comments
 (0)