When using the beta CLI in version 1.9-beta, prisma init will produce this line in docker-compose.yml:
image: prismagraphql/prisma:1.8
It should pick the latest 1.9-beta image.
The same applies to the alpha CLI, currently version 1.10-alpha.
Also, write a warning if server and cli are not on compatible? versions.
This is only happening for beta & alpha. If we want to fix this, this is the relevant code https://github.com/prismagraphql/prisma/blob/master/cli/scripts/publish.sh#L152
I believe this works now. I want to confirm this 馃檪
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This seems to be fixed. Please reopen if this is not the case.